- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 22 Apr 2015 07:35:50 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 22 April 2015 14:36:19 UTC
If you don't care about backpressure, then streams are not great for your use case. You can adapt them into something more like observables/signals (what Dart calls "streams"), or you can create utility libraries that let you treat them that way like you've done, but that's not really a programming style we want to encourage. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/341#issuecomment-95209890
Received on Wednesday, 22 April 2015 14:36:19 UTC