![]() | ![]() | ![]() | all-scheduled-functions | ![]() |
| <no arguments>
| [Function] |
Purpose
Return the list of all scheduled functions that are
currently scheduled.
Package :portable-threads
Module :portable-threads
Arguments and values
list-of-scheduled-functions | A proper list |
Returns
A list of scheduled-function
See also
make-scheduled-function
schedule-function
schedule-function-relative
unschedule-function
Example
> (all-threads) (#<thread Listener 1>) >
Notes
On Common Lisp implementations without threads, nil
is returned.
The returned list of scheduled functions should not be destructively
altered. In particular, unscheduling a scheduled function (using
The GBBopen Project
![]() | ![]() | ![]() | all-scheduled-functions | ![]() |