_d_eh_swapContext

private fnvoid * _d_eh_swapContext(void * newContext) nothrow @nogc

Hook for whatever EH implementation is used to save/restore some data per stack.

Parameters

newContextThe return value of the prior call to this function where the stack was last swapped out, or null when a fiber stack is switched in for the first time.