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

Unified Diff: lib/async.dart

Issue 1220963002: Add an AsyncThunk class. (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 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 a7ff26c251ea5e6a16e539d206d214d296cf07fd..5d59c430e139de1ed0d1ca00b39c765d7de1e9b1 100644
--- a/lib/async.dart
+++ b/lib/async.dart
@@ -4,6 +4,7 @@
library dart.pkg.async;
+export "src/async_thunk.dart";
export "src/future_group.dart";
export "src/stream_group.dart";
export "src/stream_splitter.dart";
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/async_thunk.dart » ('j') | lib/src/async_thunk.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698