]> Sergey Matveev's repositories - public-inbox.git/commit
qspawn: remove return value from ->finish
authorEric Wong <e@80x24.org>
Tue, 17 Sep 2019 08:31:18 +0000 (08:31 +0000)
committerEric Wong <e@80x24.org>
Tue, 17 Sep 2019 08:31:39 +0000 (08:31 +0000)
commit7227d5882471e32858e460043e2dd69b4a926d4a
treecf55b94b53163bb4fd6025020f155b72d3418bc6
parent9a6fe0aac9ef23537af6221568c28aa11a81bbb5
qspawn: remove return value from ->finish

We don't use the return value in real code since we do waitpid
asynchronously, now.  So simplify our runtime code at the cost
of making our test slighly more complex.
lib/PublicInbox/Qspawn.pm
t/qspawn.t