|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
thread_pool 的轻量执行器适配器 更多...
#include <thread_pool.hpp>
Public 成员函数 | |
| void | execute (function< void()> handler) |
| 提交 handler 到线程池 | |
| bool | running_in_this_thread () const noexcept |
| 检查当前线程是否为线程池 worker | |
|
inline |
|
inlinenodiscardnoexcept |