|
threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
|
This is the complete list of members for threadman::IExecutor, including all inherited members.
| execute(std::function< void()> task)=0 | threadman::IExecutor | pure virtual |
| name() const noexcept=0 | threadman::IExecutor | pure virtual |
| ~IExecutor()=default | threadman::IExecutor | virtual |