Skip to content
Snippets Groups Projects
Commit 18462a6b authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

fiber scheduler: implement more fair scheduler of "ready" fibers

Change fiber_sleep(0) implementation to use fiber_wakeup().
Implement a more fair scheduling for "ready" fibers: they are
scheduled in the next event loop iteration, not in the same.
parent 5f71e8a8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment