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.