|
threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
|
This is the complete list of members for threadman::ExecutorRef< Exec >, including all inherited members.
| execute(std::function< void()> task) override | threadman::ExecutorRef< Exec > | inlinevirtual |
| ExecutorRef(Exec &e, std::string nm={}) noexcept | threadman::ExecutorRef< Exec > | inlineexplicit |
| name() const noexcept override | threadman::ExecutorRef< Exec > | inlinevirtual |
| ~IExecutor()=default | threadman::IExecutor | virtual |