FiberBase.yieldAndThrow
void yieldAndThrow( Throwable t ) nothrow @nogcForces a context switch to occur away from the calling fiber and then throws obj in the calling fiber.
Parameters
t | The object to throw. In: t must not be null. |
void yieldAndThrow( Throwable t ) nothrow @nogcForces a context switch to occur away from the calling fiber and then throws obj in the calling fiber.
t | The object to throw. In: t must not be null. |