Package: bordeaux-threads

Function destroy-thread

Lambda List

destroy-thread (thread)

Details

Terminates the thread thread, which is an object as returned by make-thread. This should be used with caution: it is implementation-defined whether the thread runs cleanup forms or releases its locks first.

Destroying the calling thread is an error.