|
| thread:task-queue-enabled-p task-queue | [Function] |
Return true if the task-queue is enabled. When enabled, tasks will be queued to be processed by the thread pool.
| (setf (thread:task-queue-enabled-p task-queue) state) | [Function] |
Set the task-queue enabled state. When enabled, thread:queue-task will place the tasks in the queue to be execute by the thread pool.