]> Sergey Matveev's repositories - public-inbox.git/commit
watch: switch to awaitpid
authorEric Wong <e@80x24.org>
Tue, 17 Jan 2023 07:19:05 +0000 (07:19 +0000)
committerEric Wong <e@80x24.org>
Wed, 18 Jan 2023 23:26:00 +0000 (23:26 +0000)
commit79bf4cda16458e762862d8cf8853159be6112604
tree6925e2d8ce4b9cdb1b602866414eb86a1a17b0cb
parent2d95420e2255db25c0a5d9ec1dfee13aef1dcff6
watch: switch to awaitpid

-watch relies on our event_loop anyways, and awaitpid lets us
avoid the extra overhead of EOFpipe.  Add an extra {quit} check
in imap_idle_fork while we're at it.
lib/PublicInbox/Watch.pm