FiberScheduler.run

size_t run() @safe

Run the scheduler until all tasks complete.

This method enters the scheduler's main loop, executing ready tasks in round-robin fashion until no tasks remain.

Returns

The number of tasks that completed successfully.