cortex 0.0.1
Loading...
Searching...
No Matches
coroutine_body.hpp File Reference

Definition of the coroutine execution body. More...

#include <function2/function2.hpp>
#include <cortex/coroutine_suspend_context.hpp>
Include dependency graph for coroutine_body.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cortex
 

Typedefs

using cortex::CoroutineBody = fu2::unique_function< void(CoroutineSuspendContext &)>
 The signature for a coroutine's entry point.
 

Detailed Description

Definition of the coroutine execution body.