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

Unified Diff: lib/async.dart

Issue 1584023002: Add SingleSubscriptionTransformer. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Update pubspec Created 4 years, 11 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 | « CHANGELOG.md ('k') | lib/src/single_subscription_transformer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/async.dart
diff --git a/lib/async.dart b/lib/async.dart
index 8f14baca35bfb315c0e7f7e2e980f9155b956368..ab630dd56cf28814f1cca3a5242121128b4b1325 100644
--- a/lib/async.dart
+++ b/lib/async.dart
@@ -17,6 +17,7 @@ export "src/future_group.dart";
export "src/lazy_stream.dart";
export "src/restartable_timer.dart";
export "src/result_future.dart";
+export "src/single_subscription_transformer.dart";
export "src/stream_completer.dart";
export "src/stream_group.dart";
export "src/stream_queue.dart";
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/single_subscription_transformer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698