]> Sergey Matveev's repositories - public-inbox.git/commit
pkt_op: remove blocking I/O support
authorEric Wong <e@80x24.org>
Thu, 3 Jun 2021 09:01:24 +0000 (09:01 +0000)
committerEric Wong <e@80x24.org>
Thu, 3 Jun 2021 09:10:09 +0000 (09:10 +0000)
commit3be19bfae0e1e458441979b65461d647abf5599a
tree8d0101fc235df2ad164d1de632d70f39dd703e29
parentbdecd7ed8e0dcf0b45491b947cd737ba8cfe38a3
pkt_op: remove blocking I/O support

Since lei-daemon is guaranteed to be running, there's no
need to keep blocking I/O support around (and we can
get it back via git if we need it).

Followup-to: 1d6e1f9a6a66a42d ("lei: require Socket::MsgHdr or Inline::C, drop oneshot")
lib/PublicInbox/PktOp.pm