Bordeaux-Threads

Version 0.8.8

Common Lisp threading library

Function THREAD-ALIVE-P

Syntax:

thread-alive-p thread => generalized-boolean

Arguments and values:

thread -> a thread object.
generalized-boolean -> a generalized boolean.

Description:

Returns true if thread has not finished or destroy-thread has not been called on it.

Exceptional situations:

Signals a type error if thread is not a thread object.

See also:

None.

Notes:

None.

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