|
threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
|
Virtual interface for "anything that can run a `std::function<void()>`". More...
#include <executor.hpp>

Public Member Functions | |
| virtual | ~IExecutor ()=default |
| virtual void | execute (std::function< void()> task)=0 |
| virtual std::string_view | name () const noexcept=0 |
Virtual interface for "anything that can run a `std::function<void()>`".
|
virtualdefault |
|
pure virtual |
|
pure virtualnoexcept |