- From: Takeshi Yoshino <notifications@github.com>
- Date: Fri, 29 May 2015 00:14:25 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 29 May 2015 07:14:55 UTC
Let's also think about what are ideal pipeTo() for various combination of source and dest. | producer \ consumer | give me a buffer. I'll consume it | write here. I'll consume it | | give me a buffer. I'll generate into it | pipeTo -> producer -> pipeTo -> consumer | consumer -> pipeTo -> producer -> pipeTo -> consumer | | I'll give you a buffer containing generated data | producer -> pipeTo -> consumer | producer -> pipeTo. consumer -> pipeTo -> consumer | --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/329#issuecomment-106719172
Received on Friday, 29 May 2015 07:14:55 UTC