HH\Lib\IO\pipe
Create a pair of handles, where writes to the WriteHandle
can be
read from the ReadHandle
namespace HH\Lib\IO;
function pipe(): (CloseableReadFDHandle, CloseableWriteFDHandle);
Returns
(CloseableReadFDHandle, CloseableWriteFDHandle)