libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
coroutineCreate
libd
async
coroutine
Undocumented in source. Be warned that the author may not have intended to support it.
package @
nogc
nothrow
Coroutine
*
coroutineCreate
(
CoroutineFunc
func
,
CoroutineStack
stack
,
void
*
context
)
Meta
Source
See Implementation
libd
async
coroutine
aliases
CoroutineFunc
CoroutineStack
enums
CoroutineState
functions
coroutineCreate
coroutineCreateStandaloneStack
coroutineDestroy
coroutineDestroyStack
coroutineExit
coroutineGetContext
coroutineReset
coroutineResume
coroutineStart
coroutineSwap
coroutineYield
manifest constants
DEFAULT_COROUTINE_STACK_SIZE
static variables
g_currentThreadMainRoutine
g_currentThreadRoutine
structs
Coroutine
CoroutineSuspendedStack
StandaloneStack
unions
CoroutineStackUnion