]> Sergey Matveev's repositories - public-inbox.git/commit
DS: handle EINTR in IO::Poll path, too
authorEric Wong <e@80x24.org>
Wed, 8 May 2019 09:07:36 +0000 (09:07 +0000)
committerEric Wong <e@80x24.org>
Wed, 8 May 2019 18:16:40 +0000 (18:16 +0000)
commit1a893e4ec99ce438788cf8cfa17279452c3b26b7
treef31b3c96f2cf4a5dcb92239d19ea497a4a877ffc
parente229e045a93ef35c335af00cd0e130a6ec6146d4
DS: handle EINTR in IO::Poll path, too

IO::Poll::_poll returns -1, which is "true" to Perl.

cf. https://rt.cpan.org/Ticket/Display.html?id=129484
lib/PublicInbox/DS.pm