]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
repobrowse: git snapshot waits for all commands asynchronously
authorEric Wong <e@80x24.org>
Wed, 18 Jan 2017 07:27:03 +0000 (07:27 +0000)
committerEric Wong <e@80x24.org>
Wed, 18 Jan 2017 07:27:03 +0000 (07:27 +0000)
commit261182531d33e980e4316ca2a7b9ade603e85cf2
tree4b5ff34eea46ab54151e2d4a1e25c7b8097337bd
parent7e087259356902888b19cb3dbf16fba87b56fff9
repobrowse: git snapshot waits for all commands asynchronously

This new asynchronous API, psgi_qx, will allow us to take
advantage of non-blocking I/O from even small commands;
as those may still need to wait for slow operations.
lib/PublicInbox/Qspawn.pm
lib/PublicInbox/RepobrowseGitSnapshot.pm