HH\Lib\IO\pipe_nd

Facebook Engineer?

This function is available as IO\pipe_nd() in Facebook's www repository.

Create a pair of handles, where writes to the WriteHandle can be read from the ReadHandle

namespace HH\Lib\IO;

function pipe_nd(): (CloseableReadHandle, CloseableWriteHandle);

Returns

  • (CloseableReadHandle, CloseableWriteHandle)