| commit | c4ab1940e53667f6e6cc85ca828245341272cd3f | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Tue Feb 25 17:02:23 2020 -0800 |
| committer | GitHub <noreply@github.com> | Tue Feb 25 17:02:23 2020 -0800 |
| tree | 47ce7a2fe756af0034b97ed4a7a2f8a0df4d3439 | |
| parent | 0a210abdd32164af56398c523fb191242674bd65 [diff] |
Add leading and trailing support to debounce (dart-lang/stream_transform#103) Closes dart-lang/stream_transform#100 Add support for immediately emitting the leading event of a series of closely spaced events. By default continue to only emit the trailing events.