diff options
author | isaacs <i@izs.me> | 2013-02-22 16:45:22 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-02-25 07:38:10 -0800 |
commit | e03bc472f0b4a50ede3a0e0be7de9e5d12bb85a9 (patch) | |
tree | 72fa17b05d44aaf74835a5fe6bb101bd8205b82a /deps/v8/src/log.cc | |
parent | 4231dab39f8d3769196fefede15e048f3ca09300 (diff) | |
download | node-new-e03bc472f0b4a50ede3a0e0be7de9e5d12bb85a9.tar.gz |
stream: Start out in sync=true state
The Readable and Writable classes will nextTick certain things
if in sync mode. The sync flag gets unset after a call to _read
or _write. However, most of these behaviors should also be
deferred until nextTick if no reads have been made (for example,
the automatic '_read up to hwm' behavior on Readable.push(chunk))
Set the sync flag to true in the constructor, so that it will not
trigger an immediate 'readable' event, call to _read, before the
user has had a chance to set a _read method implementation.
Diffstat (limited to 'deps/v8/src/log.cc')
0 files changed, 0 insertions, 0 deletions