commit | 92af9f8222254078aa0c1baf0336124b4dc69160 | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch1@gmail.com> | Wed May 03 10:28:06 2017 -0700 |
committer | GitHub <noreply@github.com> | Wed May 03 10:28:06 2017 -0700 |
tree | 6e0392782b973295d19fadfec43f87f6a95e23b8 | |
parent | c24bf71b9686cf7bca01b68d25889c2908bc8b8b [diff] |
Implement concat (dart-lang/stream_transform#6) Closes dart-lang/stream_transform#5 concat implementation and tests. Relatively few tests since most behavior is through StreamController.addStream and we have high confidence in that method. Test the thing that is easy to get wrong in this utility - stream closing. Add missing README entry for already added debounce.