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

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

clear()dispatch_queue::dispatch_queue
dispatch(F &&f, Args &&... args)dispatch_queue::dispatch_queueinline
dispatch()dispatch_queue::dispatch_queueinline
dispatch_main(F &&f, Args &&... args)dispatch_queue::dispatch_queueinline
dispatch_main()dispatch_queue::dispatch_queueinline
dispatch_queue()dispatch_queue::dispatch_queue
dispatch_queue(int thread_count)dispatch_queue::dispatch_queue
dispatch_queue(int thread_count, Fn &&worker_init)dispatch_queue::dispatch_queueinline
dispatch_queue(const dispatch_queue &)=deletedispatch_queue::dispatch_queue
dispatch_tagged(task_tag tag, F &&f, Args &&... args)dispatch_queue::dispatch_queueinline
dispatch_tagged(task_tag tag)dispatch_queue::dispatch_queueinline
empty() constdispatch_queue::dispatch_queue
is_threaded() constdispatch_queue::dispatch_queue
main_loop()dispatch_queue::dispatch_queue
operator=(const dispatch_queue &)=deletedispatch_queue::dispatch_queue
parallel_for(F &&f, const It &begin, const It &end, size_t batch_size=DISPATCH_QUEUE_DEFAULT_BATCH_SIZE)dispatch_queue::dispatch_queueinline
parallel_for(F &&f, R &&range, size_t batch_size=DISPATCH_QUEUE_DEFAULT_BATCH_SIZE)dispatch_queue::dispatch_queueinline
shutdown()dispatch_queue::dispatch_queue
size() constdispatch_queue::dispatch_queue
thread_count() constdispatch_queue::dispatch_queue
wait()dispatch_queue::dispatch_queue
wait_for(const std::chrono::duration< Rep, Period > &timeout_duration)dispatch_queue::dispatch_queueinline
wait_until(const std::chrono::time_point< Clock, Duration > &timeout_time)dispatch_queue::dispatch_queueinline
~dispatch_queue()dispatch_queue::dispatch_queue