mutils.bindings.libcoro

Undocumented in source.

Members

Aliases

coro_func
alias coro_func = void function(void*)
Undocumented in source.

Functions

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.

Manifest constants

CORO_VERSION
enum CORO_VERSION;
Undocumented in source.

Structs

coro_context
struct coro_context
Undocumented in source.
coro_stack
struct coro_stack
Undocumented in source.

Meta