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

Unified Diff: lib/async.dart

Issue 1219493008: Add a bunch of delegates for dart:async types. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Code review changes Created 5 years, 5 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/delegate/event_sink.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 fc36d435969cb5e51a438a44e23f062aa716ae59..35b28e070911885877247ece836ea0b65bd00817 100644
--- a/lib/async.dart
+++ b/lib/async.dart
@@ -4,12 +4,17 @@
library dart.pkg.async;
-export "stream_zip.dart";
export "result.dart";
-export "src/delegating_stream_subscription.dart";
+export "src/delegate/event_sink.dart";
+export "src/delegate/future.dart";
+export "src/delegate/sink.dart";
+export "src/delegate/stream_consumer.dart";
+export "src/delegate/stream_sink.dart";
+export "src/delegate/stream_subscription.dart";
export "src/future_group.dart";
export "src/stream_completer.dart";
export "src/stream_group.dart";
export "src/stream_queue.dart";
export "src/stream_splitter.dart";
export "src/subscription_stream.dart";
+export "stream_zip.dart";
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/delegate/event_sink.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698