Thread
Namespace: NovelFS.NovelIO
Functions and values
Function or value | Description |
sleep ms
Signature: ms:int -> IO<unit>
|
An action that causes the current thread to sleep for a supplied number of milliseconds
|
yld
Signature: IO<unit>
|
An action that causes the current thread to yield execution to another thread
|