I was looking for a background job implementation using Fibers and ended up here.
- I couldn't find any information on
IO_EVENT_SELECTOR env variable. Can you point me in the right direction?
- Instead of a fixed concurrency, why not a fiber per job model (like how falcon is fiber per request) with a max concurrency config option (enforced by Async::Semaphore)?
- Add an option to disable the forced context switch since If the jobs are IO bound, then the event reactor of Async is sufficient.
I was looking for a background job implementation using Fibers and ended up here.
IO_EVENT_SELECTORenv variable. Can you point me in the right direction?