| commit | 8d577d006d672a84e5ce00c2ae673a99f5f950cf | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Mon Aug 07 10:50:24 2017 -0700 |
| committer | GitHub <noreply@github.com> | Mon Aug 07 10:50:24 2017 -0700 |
| tree | 326ab7609be2367247f6f2df6f12de32a6b81cc9 | |
| parent | 09210cd043bd077e162dc86d324846120831c6eb [diff] |
Add asyncMapBuffer (dart-lang/stream_transform#39) In one use case for `buffer` the `trigger` depended on the output from the resulting stream so the handling was awkward and used a manual StreamController. The intention was to avoid re-entry into a block of work, and asyncMapBuffer lets us express that intention directly.