Reactor.yield

Temporarily surrender the CPU for other fibers to run.

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

struct Reactor
@safe @nogc
void
yield
()

Meta