libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
coroutineSwap
libd
async
coroutine
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
package @
nogc
nothrow extern (
C
)
void
coroutineSwap
(
Coroutine
*
from
,
Coroutine
*
to
)
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