yield
Function
Summary
Yields control to the next thread in the scheduler loop.
Signature
MLWORKS.Threads
Structure
MLWorks.Threads
Type
val yield : unit -> unit
Syntax
yield () -> ()
Arguments
()
Values
()
Description
Yields control to the next thread in the scheduler loop.
See also
yield_to, page 58