Bordeaux-Threads

Version 0.8.8

Common Lisp threading library

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)

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