Bordeaux-Threads

Version 0.8.8

Common Lisp threading library

Function CURRENT-THREAD, ALL-THREADS

Syntax:

current-thread => thread
all-threads => threads

Arguments and values:

thread -> a thread object.
threads -> a list of thread objects.

Description:

current-thread returns the thread object representing the calling thread.

all-threads returns a fresh list of all running threads.

Exceptional situations:

None.

See also:

make-thread

Notes:

None.

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