 |
|
Uniot Core
|
|
0.8.1
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
61#define COROUTINE_BEGIN() \
62 static uint32_t coroutine_state = 0; \
63 switch (coroutine_state) { \
76#define COROUTINE_YIELD() \
78 coroutine_state = __LINE__; \
81 coroutine_state = 0; \
92#define COROUTINE_END() \