schedyield-1.0: Exposes standard POSIX function sched_yield.

Safe HaskellSafe-Infered

System.Posix.SchedYield

Synopsis

Documentation

sched_yield :: IO ()Source

sched_yield yields processor and waits until all other processes, with a comparable or better nice value, could execute at least one time slice.