FiberScheduler.yieldAndThrow

If the caller is a scheduled Fiber, this yields execution to another scheduled Fiber.

class FiberScheduler
static nothrow
void
yieldAndThrow
(
Throwable t
)

Meta