|
threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
|
Duck-typed alternative to IExecutor for templated code that wants to avoid a virtual call.
More...
#include <executor.hpp>
Duck-typed alternative to IExecutor for templated code that wants to avoid a virtual call.
Anything with an execute(std::function<void()>) method satisfies it; IExecutor does too.