Bordeaux-Threads

Version 0.8.8

Common Lisp threading library

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:

join-thread

Notes:

This should be used with caution: it is implementation-defined whether the thread runs cleanup forms or releases its locks first.

Last updated on 2022-01-07
Published on 2022-01-07
Edit on GitHub