dart-lang / stream_transform

Dart utility methods to create StreamTransfomer instances to manipulate Streams

Home Page:https://pub.dev/packages/stream_transform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use sync StreamControllers where possible

natebosch opened this issue · comments

Since these are transformers the source is always already async. We may as well use sync outputs.

All transformers should be using sync: true now.