|
suanPan
|
This is the complete list of members for thread_pool, including all inherited members.
| get_tasks_queued() const | thread_pool | inline |
| get_tasks_running() const | thread_pool | inline |
| get_tasks_total() const | thread_pool | inline |
| get_thread_count() const | thread_pool | inline |
| paused | thread_pool | |
| push_task(const F &task, const A &... args) | thread_pool | inline |
| reset(const concurrency_t thread_count_=std::thread::hardware_concurrency()) | thread_pool | inline |
| submit(const F &task, const A &... args) | thread_pool | inline |
| thread_pool(const concurrency_t thread_count_=std::thread::hardware_concurrency()) | thread_pool | inlineexplicit |
| wait_for_tasks() | thread_pool | inline |
| ~thread_pool() | thread_pool | inline |