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