]> Sergey Matveev's repositories - public-inbox.git/commit
send and receive all 3 FDs at once
authorEric Wong <e@80x24.org>
Sun, 3 Jan 2021 11:24:50 +0000 (11:24 +0000)
committerEric Wong <e@80x24.org>
Sun, 3 Jan 2021 18:24:08 +0000 (18:24 +0000)
commitb156cb4ef176b41131154a6d7632aed92b143fa0
tree46b13794fbc87a2b0133a1f450328f0b35e0539d
parent0939882b8a883e3f034bd059cdec4984d36f4ac7
send and receive all 3 FDs at once

We'll always be transferring stdin, stdout, and stderr together
for lei.  Perhaps I lack imagination or foresight, but I can't
think of a reason to send more or less FDs.
lib/PublicInbox/LEI.pm
lib/PublicInbox/Spawn.pm
script/lei
t/lei.t
t/spawn.t