IO::Event::Profiler
is moved to dedicated gem: fiber-profiler.- Perform runtime checks for native selectors to ensure they are supported in the current environment. While compile-time checks determine availability, restrictions like seccomp and SELinux may still prevent them from working.
- Improved
IO::Event::Profiler
for detecting stalls.
- Detecting fibers that are stalling the event loop.
- Fix
process_wait
race condition on EPoll that could cause a hang.