Scheduler.task_queue_full_cb

Set delegate to call each time task is attempted to be queue but size limit is reached. Both the queue and the task will be supplied as arguments.

  1. void task_queue_full_cb(TaskQueueFullCB dg)
    class Scheduler
    void
    task_queue_full_cb
    (
    scope TaskQueueFullCB dg
    )
  2. TaskQueueFullCB task_queue_full_cb()
  3. enum State
  4. State state;

Meta