Re: [streams] Change the model for ReadableStream to have async read() (#288)

| | pull() + sync read() | async read() |
| handling read data | easy. for-loop + readableness check | promise based. one microtask for each chunk |
| correspondence between pull() and read() | less clear |  clear |
| affinity with locking infrastructure | bad | good |

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/288#issuecomment-76885522

Received on Tuesday, 3 March 2015 04:31:53 UTC