Function Reactor.yield

Temporarily surrender the CPU for other fibers to run.

void yield () @nogc @safe;

Unlike suspend, the current fiber will automatically resume running after any currently scheduled fibers are finished.