]> Sergey Matveev's repositories - public-inbox.git/commit
ds: remove IO::Poll support (for now)
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:21 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:26 +0000 (05:26 +0000)
commitdbcdabe601cfb29c8b7d5f169be9bf560d656a42
tree566abfcac513c827a0e0a31f991263946981fcdb
parent393f8e88f31def03f4e951ccca4d3f59347abb64
ds: remove IO::Poll support (for now)

It may be reinstated at a later time if there's interest; but I
want to be able to use one-shot notifications for certain events
while retaining level-triggered notifications others.

OTOH, I intend to fully support kqueue; via IO::KQueue for now,
but via syscall() eventually to take advantage of the syscall
reduction kevent(2) can provide over (current) epoll APIs.
lib/PublicInbox/DS.pm