Re: [streams] Investigate merging RS and RBS (#379)

We need to decide this:

ReadableByteStream has a new pull controlling mechanism. Should we port this to ReadableStream?:
- source.pull doesn't return a promise
- repeats calling pull (see where `_pullAgain` is set to `true`) using a for-loop while necessary
- when pull is requested while running enqueue, schedule run of pull by using process.nextTick


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

Received on Thursday, 14 January 2016 08:05:36 UTC