- From: Takeshi Yoshino <notifications@github.com>
- Date: Thu, 28 May 2015 23:48:57 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 29 May 2015 06:49:28 UTC
A row describing ideal behavior for the `beginWrite()` approach to add to https://github.com/whatwg/streams/issues/329#issuecomment-95052407. | w \ r | default | BYOB | with-ack | |----|----|----|----| | beginWrite | `id` allocates a buffer, fulfills `beginWrite()` with the buffer. Once completed, give it to the consumer | Fulfill `beginWrite()` with the buffer provided to `read(view)`. Fulfill `read(view)` with the buffer returned by the producer | Same as the left most. Ack is ignored | --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/329#issuecomment-106711552
Received on Friday, 29 May 2015 06:49:28 UTC