Add a StreamCloser transformer (#166)

This is essentially the Stream equivalent of the Disconnector class in
stream_channel.
5 files changed
tree: 270d545149416ad1d4d791a99951772be16b481c
  1. .github/
  2. lib/
  3. test/
  4. .gitignore
  5. analysis_options.yaml
  6. AUTHORS
  7. CHANGELOG.md
  8. CONTRIBUTING.md
  9. LICENSE
  10. pubspec.yaml
  11. README.md
README.md

Contains utility classes in the style of dart:async to work with asynchronous computations.