![]() | ![]() | ![]() | all-scheduled-functions | ![]() |
|
| <no arguments> => list-of-scheduled-functions | [Function] |
Purpose
Return a 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 objects.
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.
The GBBopen Project
![]() | ![]() | ![]() | all-scheduled-functions | ![]() |