threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
Loading...
Searching...
No Matches
threadman::ExecutorRef< Exec > Member List

This is the complete list of members for threadman::ExecutorRef< Exec >, including all inherited members.

execute(std::function< void()> task) overridethreadman::ExecutorRef< Exec >inlinevirtual
ExecutorRef(Exec &e, std::string nm={}) noexceptthreadman::ExecutorRef< Exec >inlineexplicit
name() const noexcept overridethreadman::ExecutorRef< Exec >inlinevirtual
~IExecutor()=defaultthreadman::IExecutorvirtual