Function: THREADP
Syntax:
threadp object => generalized-boolean
Arguments and values:
object -> an
object.
generalized-boolean -> a generalized
boolean.
Description:
Returns
true
if object
is of
type
thread, otherwise
false.
Exceptional situations:
None.
Notes:
(threadp object) == (typep object 'thread)