We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bd19f2f
Feature: Add optional $writeChunkSize parameter to limit maximum number of bytes to write at once. (#105 by @clue)
$writeChunkSize
$stream = new WritableResourceStream(STDOUT, $loop, null, 8192);
Ignore HHVM test failures for now until Travis tests work again (#106 by @clue)