Function DESTROY-THREAD
Syntax:
destroy-thread thread => thread
Arguments and values:
thread -> a thread object.
Description:
Terminates the thread thread
.
Exceptional situations:
Signals bordeaux-threads-error if attempting to destroy the calling thread, or a thread that already terminated.
See also:
Notes:
This should be used with caution: it is implementation-defined whether the thread runs cleanup forms or releases its locks first.