Re: [streams] Support reading bytes into buffers allocated by user code on platforms where only async read is available (#253)

(cont'd) So, I think (C) requires that for pull(undefined) something similar to auto mode happens. Even if many many pull(undefined) calls are made, we keep (the total amount of outstanding I/O requests) + (total size of filled but not yet read()-ed buffers) under some high water mark.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/253#issuecomment-77330772

Received on Thursday, 5 March 2015 09:17:47 UTC