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

Unified Diff: lib/async.dart

Issue 1149563010: Add new features to package:async. (Closed) Base URL: https://github.com/dart-lang/async@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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/src/delegates.dart » ('j') | lib/src/stream_events.dart » ('J')
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 69c7a288559b02f4e6d1427835c00870d70fe69b..ab07f4ae620c8f2d65a6affb27a2e36fdea3a82a 100644
--- a/lib/async.dart
+++ b/lib/async.dart
@@ -6,3 +6,7 @@ library dart.pkg.async;
export "stream_zip.dart";
export "result.dart";
+export "src/delegates.dart";
+export "src/subscription_stream.dart";
+export "src/stream_completer.dart";
+export "src/stream_events.dart";
« no previous file with comments | « no previous file | lib/src/delegates.dart » ('j') | lib/src/stream_events.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698