Re: [streams] listen() (#341)

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