The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.12

  • Only declare known support for on_hangup on Linux just on the offchance that some non-Linux OS ever gains epoll
  • Fix timing-related bugs by rounding epoll_pwait() timeout up to the next milisecond (RT73498)
  • on_hangup also needs to test for EPOLLERR condition

Modules

use IO::Async with epoll on Linux