]> Sergey Matveev's repositories - public-inbox.git/commit
qspawn: replace anonymous $end callbacks w/ event_step
authorEric Wong <e@80x24.org>
Wed, 25 Dec 2019 07:50:39 +0000 (07:50 +0000)
committerEric Wong <e@80x24.org>
Thu, 26 Dec 2019 10:48:19 +0000 (10:48 +0000)
commitdd57a7d007bf756d856fe3d2b414657ebf009941
tree9b68c7531d1c50b7750c26eccd48c0c79b88cb4a
parent5c887bfc4ccc6fd79e29d89ee8edfccd5cd9685b
qspawn: replace anonymous $end callbacks w/ event_step

This will tie into the DS event loop if that's used, but
event_step an be called directly without relying on the
event loop from Apache or other HTTP servers (or PSGI tests).
lib/PublicInbox/GetlineBody.pm
lib/PublicInbox/HTTPD/Async.pm
lib/PublicInbox/Qspawn.pm