A coroutine instance.
More...
#include <koishi.h>
|
void * | _private [8] |
| Private data reserved for the implementation. Don't mess with it. More...
|
|
A coroutine instance.
This struct must be initialized with koishi_init before use.
Definition at line 105 of file koishi.h.
◆ _private
void* koishi_coroutine_t::_private[8] |
|
private |
Private data reserved for the implementation. Don't mess with it.
Definition at line 111 of file koishi.h.