]> Sergey Matveev's repositories - public-inbox.git/commit
qspawn: switch to ProcessPipe via popen_rd
authorEric Wong <e@80x24.org>
Sat, 2 Jan 2021 09:13:44 +0000 (19:13 -1400)
committerEric Wong <e@80x24.org>
Sat, 2 Jan 2021 22:38:54 +0000 (22:38 +0000)
commit22e51bd9da476fa9f4d72d4ec25ed0ec4a1f636f
tree388ba0e9042bbe6ca4ad4ac35b479dd72ab66313
parent5f6739428f936c520188e6050f62cdd45f453fb3
qspawn: switch to ProcessPipe via popen_rd

ProcessPipe has a built-in mechanism to prevent siblings from
reaping children.
lib/PublicInbox/Qspawn.pm