IO::Event::Profileris 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::Profilerfor detecting stalls.
- Detecting fibers that are stalling the event loop.
- Fix
process_waitrace condition on EPoll that could cause a hang.