Function
Returns the list of threads that are the children of a thread.
MLWORKS.Threads.Internal
MLWorks.Threads.Internal
val children : thread_id -> thread_id list
children ID -> ID-list
Returns the list of threads that are the children of ID, that is, the threads that were initiated by the thread with thread_id ID.