]> Sergey Matveev's repositories - public-inbox.git/commit
parentpipe: document and use one-shot wakeups
authorEric Wong <e@80x24.org>
Fri, 28 Jun 2019 18:46:10 +0000 (18:46 +0000)
committerEric Wong <e@80x24.org>
Sat, 29 Jun 2019 19:59:00 +0000 (19:59 +0000)
commit7344d5bb292a29b52b574dfb09542e3290430afd
tree76bb5eb8b721f1122345f9443ad76f9b06509308
parenteaa0a245e3e1da46ab6b3a8e0025883b0011fa07
parentpipe: document and use one-shot wakeups

The master process only dies once and we close ourselves right
away.  So it doesn't matter if it's level-triggered or
edge-triggered, actually, but one-shot is most consistent with
our use and keeps the kernel from doing extra work.
lib/PublicInbox/ParentPipe.pm