Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: CHANGELOG.md

Issue 1178793006: Add a StreamGroup class for merging streams. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Code review changes Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/async.dart » ('j') | lib/src/stream_group.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 125519b5fab1b61c3d3811fa8be986ece9993685..1333fe37977e1a28428ddbf72de5e4e0f223374e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@
- Added a `FutureGroup` class for waiting for a group of futures, potentially of
unknown size, to complete.
+- Added a `StreamGroup` class for merging the events of a group of streams,
+ potentially of unknown size.
+
## 1.1.1
- Updated SDK version constraint to at least 1.9.0.
« no previous file with comments | « no previous file | lib/async.dart » ('j') | lib/src/stream_group.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698