3.5 Threads: the Threads structure
Function
Forks a new thread.
MLWORKS.Threads
MLWorks.Threads
val fork: ('a -> 'b) -> 'a -> 'b thread
fork f x -> t
Forks a new thread which evaluates the application of f to x.
Generated with Harlequin WebMaker