|
Flow
Documentation for the Flow C++ Library
|
This is the complete list of members for flow::SimpleThreadPool< ThreadSafeQueue >, including all inherited members.
| poolSize() const | flow::SimpleThreadPool< ThreadSafeQueue > | inline |
| queue_ | flow::SimpleThreadPool< ThreadSafeQueue > | private |
| runPendingTask() | flow::SimpleThreadPool< ThreadSafeQueue > | inline |
| runTasks(std::stop_token token) | flow::SimpleThreadPool< ThreadSafeQueue > | inlineprivate |
| SimpleThreadPool(std::size_t threadCount=std::thread::hardware_concurrency() - 1) | flow::SimpleThreadPool< ThreadSafeQueue > | inlineexplicit |
| submit(Callable callable, Args &&... args) | flow::SimpleThreadPool< ThreadSafeQueue > | inline |
| threads_ | flow::SimpleThreadPool< ThreadSafeQueue > | private |