Add StreamGroup.onIdle and StreamGroup.isIdle (#164)

These match the corresponding APIs on FutureGroup.
5 files changed
tree: c647a63ec3a24bbcd4728820ce17f1327452c1f5
  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.