]> Sergey Matveev's repositories - public-inbox.git/commit
git: qx: waitpid synchronously via ProcessPipe->CLOSE
authorEric Wong <e@80x24.org>
Sat, 2 Jan 2021 09:13:41 +0000 (19:13 -1400)
committerEric Wong <e@80x24.org>
Sat, 2 Jan 2021 22:38:52 +0000 (22:38 +0000)
commit52f66173a50fd361b5f6eded9a40f09247243f7a
tree24ed5ba9204fb93be4535f05f26204f9c6e2d268
parent93ae22374321c3f949102052f190c44fd45333b4
git: qx: waitpid synchronously via ProcessPipe->CLOSE

If we're using ->qx, we're operating synchronously anyways,
so there's little point in relying on the event loop for
waitpid.
lib/PublicInbox/Git.pm