in reply to Re: RFC: Proposed module POSIX::Yield
in thread RFC: Proposed module POSIX::Yield

Thanks, I think I will try with a patch to POSIX and see where that gets me. That is the most logical place to look for it, and even though threads->yield will apparently do the same thing in most cases, users are more likely to recognise they can use POSIX::sched_yield() for processes.


Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -- Brian W. Kernighan
  • Comment on Re^2: RFC: Proposed module POSIX::Yield