|
tin
1.5.9
|
#include <executor.h>

Public Member Functions | |
| constexpr | task_spawner (Executor &executor) |
| template<auto Entry, typename... Args> | |
| spawn_result | spawn (Args &&... args) |
Non-owning handle for starting dynamic coroutine tasks.
The executor remains the scheduler. A spawner only exposes manual task creation so application code can pass that capability without also passing the whole executor control surface.
|
inlineexplicitconstexpr |
|
inline |