Type
The type of thread status reports.
MLWORKS.Threads
MLWorks.Threads
datatype 'a result = Running | Waiting | Sleeping | Result of 'a | Exception of exn | Died | Killed | Expired
The type of thread status reports, as returned by the functions result and Internal.state. Can be one of:
RunningWaitingSleepingResult of 'aException of exn The thread exited, with this uncaught exception.
DiedKilledExpired