]> Sergey Matveev's repositories - public-inbox.git/commit
qspawn|getlinebody: support streaming filters
authorEric Wong <e@80x24.org>
Wed, 11 Jan 2017 04:12:26 +0000 (04:12 +0000)
committerEric Wong <e@80x24.org>
Tue, 22 Jan 2019 03:38:39 +0000 (03:38 +0000)
commitb490ce09b370d9398d5332ca1dc6260a7ec0aa6c
tree4cd4620d559aecaec8ff425e9d7ac3fe5da55a23
parentda9beb99af585718c36725f3457b1b72347bcebf
qspawn|getlinebody: support streaming filters

This is intended for wrapping "git show" and "git diff"
processes in the future and to prevent it from monopolizing
callers.

This will us to better handle backpressure from gigantic
commits.
lib/PublicInbox/GetlineBody.pm
lib/PublicInbox/Qspawn.pm