Equality type
The type of thread identifiers.
MLWORKS.Threads.Internal
MLWorks.Threads.Internal
eqtype thread_id
The type of thread identifiers. This type is an abstract form of 'a thread which exists to make the thread control functions of MLWorks.Threads.Internal safely typed.
For example, thread_id is necessary in order to give the type of the function all, which returns the list of all threads that currently exist, and which will, in all probability, be evaluating expressions of different types.