NovelIO


Thread

Namespace: NovelFS.NovelIO

Threading functions

Functions and values

Function or valueDescription
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

Fork me on GitHub