Hello,
I have been experimenting with this library recently and I have bumped into the following issue:
Currently, both the maintenance fiber and fiber_manager_yield() do not poll for events if there are fibers in the scheduler's queue. This means that fibers blocked on events can get starved if there are always fibers ready to be run.
Hello,
I have been experimenting with this library recently and I have bumped into the following issue:
Currently, both the maintenance fiber and
fiber_manager_yield()do not poll for events if there are fibers in the scheduler's queue. This means that fibers blocked on events can get starved if there are always fibers ready to be run.