|
tin
1.5.9
|
#include <executor.h>

Public Member Functions | |
| template<typename Work > | |
| decltype(auto) | post (Work &&work) |
| bool | step () |
| std::size_t | run_ready () |
Inline executor for tests and direct caller-owned systems.
post runs the callable immediately. Runtime stepping is represented by the same step / run_ready surface as other executors, but there is no stored backlog inside the executor itself.
|
inline |
|
inline |
|
inline |