HH\Lib\IO\ReadWriteHandle
Requires the Hack Standard Library - Experimental Additions to be installed.
Facebook Engineer?
This function is available as IO\ReadWriteHandle()
in Facebook's www repository.
An interface for read and write handles
Interface Synopsis
namespace HH\Lib\IO;
interface ReadWriteHandle implements WriteHandle, ReadHandle {...}