- From: Takeshi Yoshino <notifications@github.com>
- Date: Thu, 28 May 2015 23:57:21 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 29 May 2015 06:57:50 UTC
Ownership movement | w \ r | default | BYOB | with-ack | |---|---|---|---| | default | Passed from producer to consumer | Given to `id`. Consumer brings its own | Passed from producer to consumer. (Ack ignored) | | retaining | Owned by producer. Copy given to consumer | Owned by producer and consumer respectively | Owned by producer (consumer borrows and returns) | | beginWrite | Passed from `id` to producer and then to consumer | Owned by consumer (producer borrows and returns) | Passed from `id` to producer and then to consumer. (Ack ignored) | --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/329#issuecomment-106713272
Received on Friday, 29 May 2015 06:57:50 UTC