about summary refs log tree commit homepage
path: root/MANIFEST
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-10-25 00:29:26 +0000
committerEric Wong <e@80x24.org>2023-10-25 07:28:31 +0000
commit90b3a8dc2688cfb01927cd3b2cdcee445bf2c8f4 (patch)
treeaadbbf80f9255acdcbe7bd859c3aae524fe12ba1 /MANIFEST
parent07f639c9219968a01d5c722424e9c61d3b146014 (diff)
downloadpublic-inbox-90b3a8dc2688cfb01927cd3b2cdcee445bf2c8f4.tar.gz
A pipe requires more context switches, syscalls, and code to
deal with unpredictable pipe EOF vs waitpid ordering.  So just
use the new spawn/aspawn features to automatically handle
slurping output into a string.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index dcce801c..f087621c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -161,6 +161,7 @@ lib/PublicInbox/AddressPP.pm
 lib/PublicInbox/Admin.pm
 lib/PublicInbox/AdminEdit.pm
 lib/PublicInbox/AltId.pm
+lib/PublicInbox/Aspawn.pm
 lib/PublicInbox/AutoReap.pm
 lib/PublicInbox/Cgit.pm
 lib/PublicInbox/CidxComm.pm