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

Unified Diff: lib/async.dart

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
Index: lib/async.dart
diff --git a/lib/async.dart b/lib/async.dart
index 7dbda70ae3373744777283740590c7dd3870deab..345b8dcf08f43c11ad47b3441398478620a86740 100644
--- a/lib/async.dart
+++ b/lib/async.dart
@@ -5,5 +5,6 @@
library dart.pkg.async;
export "src/future_group.dart";
+export "src/stream_group.dart";
export "stream_zip.dart";
export "result.dart";
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/stream_group.dart » ('j') | lib/src/stream_group.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698