]> Sergey Matveev's repositories - public-inbox.git/commit
watch: retry signals to kill IDLE and polling processes
authorEric Wong <e@yhbt.net>
Wed, 1 Jul 2020 21:06:17 +0000 (21:06 +0000)
committerEric Wong <e@yhbt.net>
Thu, 2 Jul 2020 20:36:20 +0000 (20:36 +0000)
commit5adc4f2fccf0b32b92c4fbc96be38045de2d7e84
tree09b3c1735cad4b343c4d338c1bfbbb101e78b476
parent3067c7501c92e45080297a6f0a38bf5f743cde5a
watch: retry signals to kill IDLE and polling processes

To ensure reliable signal delivery in Perl, it seems we need to
repeatedly signal processes which aren't using signalfd (or
EVFILT_SIGNAL) with our event loop.
lib/PublicInbox/WatchMaildir.pm