FiberScheduler.run
size_t run() @safeRun 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.