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

Side by Side 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: 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 unified diff | Download patch
« no previous file with comments | « no previous file | lib/async.dart » ('j') | lib/src/stream_group.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.2.0 1 ## 1.2.0
2 2
3 - Added a `FutureGroup` class for waiting for a group of futures, potentially of 3 - Added a `FutureGroup` class for waiting for a group of futures, potentially of
4 unknown size, to complete. 4 unknown size, to complete.
5 5
6 - Added a `StreamGroup` class for merging the events of a group of streams,
7 potentially of unknown size.
8
6 ## 1.1.1 9 ## 1.1.1
7 10
8 - Updated SDK version constraint to at least 1.9.0. 11 - Updated SDK version constraint to at least 1.9.0.
9 12
10 ## 1.1.0 13 ## 1.1.0
11 14
12 - ChangeLog starts here. 15 - ChangeLog starts here.
OLDNEW
« 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