- coro_create
void coro_create(coro_context* ctx, coro_func coro, void* arg, void* sptr, size_t ssze)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- coro_destroy
void coro_destroy(coro_context* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- coro_stack_alloc
int coro_stack_alloc(coro_stack* stack, uint size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- coro_transfer
void coro_transfer(coro_context* prev, coro_context* next)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.