]> Sergey Matveev's repositories - public-inbox.git/commit
parentpipe: make the ->close call more obvious
authorEric Wong <e@80x24.org>
Fri, 28 Jun 2019 18:55:09 +0000 (18:55 +0000)
committerEric Wong <e@80x24.org>
Sat, 29 Jun 2019 19:59:00 +0000 (19:59 +0000)
commit945ef964037cbac81bf8fdea269037098da094f9
treed7c6320aa7796fe3ec482b788d1c22a86db8c4d2
parent7344d5bb292a29b52b574dfb09542e3290430afd
parentpipe: make the ->close call more obvious

We can close directly in event_step without bad side effects,
and then we also don't need to take a reason arg from worker_quit,
since we weren't logging it anywhere.
lib/PublicInbox/Daemon.pm
lib/PublicInbox/ParentPipe.pm