Subject: | [PATCH] kevent: treat interrupts as non-errors |
Date: | Mon, 1 Aug 2016 02:34:09 +0000 |
To: | bug-IO-KQueue@rt.cpan.org |
From: | Eric Wong <e@80x24.org> |
This allows Danga::Socket-based servers to handle signals
without falling over. Also considered returning undef
and setting $! like a normal Perl function wrapping a
syscall, but this requires modifying callers such as
Danga::Socket.
See attached.
Message body is not shown because sender requested not to inline it.