Adds `EventSinkAdapter`, `StreamSinkAdapter`.

New classes are eplacement for `EventSinkBase`, `StreamSinkBase`,
which are deprecated, and `IOSinkBase` is deprecated with no
replacement. A replacement would belong in a different package.
5 files changed
tree: 0b488eb33aaf98ea1a3c42deb4ae99e557c40634
  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.