- From: Takeshi Yoshino <notifications@github.com>
- Date: Mon, 02 Mar 2015 20:31:22 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 3 March 2015 04:31:53 UTC
| | 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