HH\Lib\IO\WriteHandle

Meta Engineer?

This is available as IO\WriteHandle in the www repository.

An interface for a writable Handle

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

Interface Synopsis

namespace HH\Lib\IO;

interface WriteHandle implements Handle {...}

Public Methods

Protected Methods