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:
Notes:
None.