Function
Polls a thread for its status.
MLWORKS.Threads
MLWorks.Threads
val result : 'a thread -> 'a result
result t -> result
'a result.
Polls the thread t for its status. Returns the result of t if it has finished evaluating, and a status indicator otherwise.