Function
Kills a thread.
MLWORKS.Threads.Internal
MLWorks.Threads.Internal
val kill : thread_id -> unit
kill ID -> ()
()
Kills the thread ID.
Warning: It is quite possible to kill MLWorks with kill. The following call, for example, will do just that:
kill (id ());