Dispatch Queue
Dispatch Queue / Thread Pool implementation for C++11 with built-in C++20 coroutine support
 
Loading...
Searching...
No Matches
dispatch_queue::detail::worker_pool Member List

This is the complete list of members for dispatch_queue::detail::worker_pool, including all inherited members.

clear() (defined in dispatch_queue::detail::worker_pool)dispatch_queue::detail::worker_pool
enqueue_task(pending_task &&task, bool run_on_main_loop) (defined in dispatch_queue::detail::worker_pool)dispatch_queue::detail::worker_pool
operator=(const worker_pool &)=delete (defined in dispatch_queue::detail::worker_pool)dispatch_queue::detail::worker_pool
pop_main_loop_tasks() (defined in dispatch_queue::detail::worker_pool)dispatch_queue::detail::worker_pool
shutdown() (defined in dispatch_queue::detail::worker_pool)dispatch_queue::detail::worker_pool
size() (defined in dispatch_queue::detail::worker_pool)dispatch_queue::detail::worker_pool
thread_count() const (defined in dispatch_queue::detail::worker_pool)dispatch_queue::detail::worker_pool
wait() (defined in dispatch_queue::detail::worker_pool)dispatch_queue::detail::worker_pool
wait_for(const std::chrono::duration< Rep, Period > &timeout_duration) (defined in dispatch_queue::detail::worker_pool)dispatch_queue::detail::worker_poolinline
wait_until(const std::chrono::time_point< Clock, Duration > &timeout_time) (defined in dispatch_queue::detail::worker_pool)dispatch_queue::detail::worker_poolinline
worker_pool(pending_task_queue &task_queue, int thread_count, Fn &&worker_init) (defined in dispatch_queue::detail::worker_pool)dispatch_queue::detail::worker_poolinline
worker_pool(const worker_pool &)=delete (defined in dispatch_queue::detail::worker_pool)dispatch_queue::detail::worker_pool
~worker_pool() (defined in dispatch_queue::detail::worker_pool)dispatch_queue::detail::worker_pool