libkoishi
Decently portable C11 coroutine library
koishi_coroutine_t Struct Reference

A coroutine instance. More...

#include <koishi.h>

Private Attributes

void * _private [8]
 Private data reserved for the implementation. Don't mess with it. More...
 

Detailed Description

A coroutine instance.

This struct must be initialized with koishi_init before use.

Definition at line 105 of file koishi.h.

Field Documentation

◆ _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.