Constructor
new ResultStream()
Readable stream using to yield data from a result or a field
Methods
_valve(readNext)
Allows for throttling, helping nodejs keep the internal buffers reasonably sized.
Parameters:
Name | Type | Description |
---|---|---|
readNext |
function | function that triggers reading the next result chunk |