]> Sergey Matveev's repositories - public-inbox.git/commit
ds: split out IO::KQueue-specific code
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:55 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:36 +0000 (05:26 +0000)
commitdf5755b40b4ba1d6048042e18d8ea501755b9a02
treef25a2ac8d90af25e46f7b440073684301a153b1d
parentfbcd2b5eb401a8e1811d803cef9b1c156acb50f6
ds: split out IO::KQueue-specific code

We don't need to code multiple event loops or have branches in
watch() if we can easily make the IO::KQueue-based interface
look like our lower-level epoll_* API.
MANIFEST
lib/PublicInbox/DS.pm
lib/PublicInbox/DSKQXS.pm [new file with mode: 0644]
lib/PublicInbox/Syscall.pm