]> Sergey Matveev's repositories - public-inbox.git/commit
ds: reimplement IO::Poll support to look like epoll
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:56 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:39 +0000 (05:26 +0000)
commit4f868db3675eeee5994edc4fe79a9a2583623747
tree18bd7ddac41675c3331d7156c3782f1c59a44667
parentdf5755b40b4ba1d6048042e18d8ea501755b9a02
ds: reimplement IO::Poll support to look like epoll

At least the subset of epoll we use.  EPOLLET might be
difficult to emulate if we end up using it.
MANIFEST
lib/PublicInbox/DS.pm
lib/PublicInbox/DSPoll.pm [new file with mode: 0644]
t/ds-poll.t [new file with mode: 0644]