Expand description
mio (epoll/kqueue) fallback backend — completion semantics over readiness
events (IO-05).
Each descriptor is registered once (read+write interest). Pending operations are queued per fd; on readiness the syscalls run inline against the worker’s stable-address buffer pool (the same slots the io_uring backend registers as fixed buffers) and synthetic CQEs are emitted. Upper layers cannot distinguish the two engines.