Provides a mechanism for a coroutine to suspend itself.
Definition coroutine_suspend_context.hpp:17
Context for suspending coroutine execution.
fu2::unique_function< void(CoroutineSuspendContext &)> CoroutineBody
The signature for a coroutine's entry point.
Definition coroutine_body.hpp:21