Safe Haskell | Safe-Infered |
---|
System.Posix.SchedYield
- sched_yield :: IO ()
Documentation
sched_yield yields processor and waits until all other processes, with a comparable or better nice value, could execute at least one time slice.
schedyield-1.0: Exposes standard POSIX function sched_yield.
Safe Haskell | Safe-Infered |
---|
System.Posix.SchedYield
sched_yield yields processor and waits until all other processes, with a comparable or better nice value, could execute at least one time slice.