Function Reactor.considerYield

Perform yield if fiber is running long enough.

bool considerYield (
  uint tolerance = 1u
) @nogc @safe;

Arguments and meaning are the same as for shouldYield.

Returns

Whether a yield actually took place.