FiberScheduler.tick

bool tick() @trusted

Execute a single scheduling round.

This method runs one ready task (if any) and then returns. Useful for integrating with external event loops.

Returns

true if a task was executed, false if the ready queue was empty.