|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 thread_pool,包括所有继承而来的类成员
| cancel_periodic_task(const periodic_token &token) | thread_pool | inlinestatic |
| id_type typedef | thread_pool | |
| max_idle_seconds | thread_pool | static |
| mode() const noexcept | thread_pool | inline |
| periodic_token typedef | thread_pool | |
| pool_mode 枚举名称 | thread_pool | |
| priority_type typedef | thread_pool | |
| running() const noexcept | thread_pool | inline |
| set_mode(pool_mode mode) noexcept | thread_pool | |
| set_steal_mode(steal_strategy strategy, uint32_t steal_batch=4) noexcept | thread_pool | |
| set_task_threshhold(size_t threshhold) noexcept | thread_pool | |
| set_thread_threshhold(size_t threshhold) noexcept | thread_pool | |
| start(size_t init_thread_size=3) | thread_pool | |
| statistics() const | thread_pool | |
| steal_strategy typedef | thread_pool | |
| stop() | thread_pool | |
| submit_after(int64_t delay_ms, priority_type priority, Func &&func, Args &&... args) | thread_pool | |
| submit_after(int64_t delay_ms, Func &&func, Args &&... args) | thread_pool | inline |
| submit_every(int64_t interval_ms, priority_type priority, Func &&func, Args &&... args) | thread_pool | |
| submit_every(int64_t interval_ms, Func &&func, Args &&... args) | thread_pool | inline |
| submit_task(priority_type priority, Func &&func, Args &&... args) | thread_pool | |
| submit_task(Func &&func, Args &&... args) | thread_pool | inline |
| task_max_threshhold | thread_pool | static |
| thread_pool() | thread_pool | |
| wait(future< Types > &&... futures) | thread_pool | inlinestatic |
| ~thread_pool() | thread_pool |