| clear() | dispatch_queue::dispatch_queue | |
| dispatch(F &&f, Args &&... args) | dispatch_queue::dispatch_queue | inline |
| dispatch() | dispatch_queue::dispatch_queue | inline |
| dispatch_main(F &&f, Args &&... args) | dispatch_queue::dispatch_queue | inline |
| dispatch_main() | dispatch_queue::dispatch_queue | inline |
| 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_queue | inline |
| dispatch_queue(const dispatch_queue &)=delete | dispatch_queue::dispatch_queue | |
| dispatch_tagged(task_tag tag, F &&f, Args &&... args) | dispatch_queue::dispatch_queue | inline |
| dispatch_tagged(task_tag tag) | dispatch_queue::dispatch_queue | inline |
| empty() const | dispatch_queue::dispatch_queue | |
| is_threaded() const | dispatch_queue::dispatch_queue | |
| main_loop() | dispatch_queue::dispatch_queue | |
| operator=(const dispatch_queue &)=delete | dispatch_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_queue | inline |
| parallel_for(F &&f, R &&range, size_t batch_size=DISPATCH_QUEUE_DEFAULT_BATCH_SIZE) | dispatch_queue::dispatch_queue | inline |
| shutdown() | dispatch_queue::dispatch_queue | |
| size() const | dispatch_queue::dispatch_queue | |
| thread_count() const | dispatch_queue::dispatch_queue | |
| wait() | dispatch_queue::dispatch_queue | |
| wait_for(const std::chrono::duration< Rep, Period > &timeout_duration) | dispatch_queue::dispatch_queue | inline |
| wait_until(const std::chrono::time_point< Clock, Duration > &timeout_time) | dispatch_queue::dispatch_queue | inline |
| ~dispatch_queue() | dispatch_queue::dispatch_queue | |