HH\Lib\IO\WriteHandle

Facebook Engineer?

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

An interface for a writable Handle

Order of operations is guaranteed, except for rawWriteBlocking; rawWriteBlocking() will immediately try to write to the handle.

Interface Synopsis

namespace HH\Lib\IO;

interface WriteHandle implements Handle {...}

Public Methods