Lines Matching defs:queue
41 /// (thread). A set of tasks can be stored in a @ref queue.
53 /// This represents a queue of tasks to be performed.
57 /// When a task is inserted into a @ref queue, the task is said to be
61 /// added to the queue. When a task is added to the queue, a worker
64 /// task to be added to the queue.
67 class queue
80 queue();
81 queue(unsigned number_of_workers);
82 queue(unsigned number_of_workers,
89 ~queue();
90 }; // end class queue
94 struct queue::task_done_notify