| commit | 507dd7029b1c552e1a0f0a7d66455b67dba3e14a | [log] [tgz] |
|---|---|---|
| author | Jonah Williams <jonahwilliams@users.noreply.github.com> | Sat May 06 22:02:36 2017 -0700 |
| committer | Nate Bosch <nbosch1@gmail.com> | Sat May 06 22:02:36 2017 -0700 |
| tree | dd7f923a069c2b5904436f51628836ca0328c776 | |
| parent | 6610696b93c43071677d3fb558fc016231a4f64a [diff] |
Add throttle, audit, and scan (dart-lang/stream_transform#11) - Add `scan`: fold which returns intermediate values - Add `throttle`: block events for a duration after emitting a value - Add `audit`: emits the last event received after a duration