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

Unified Diff: lib/async.dart

Issue 1266603005: Add a CancelableFuture class. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Code review changes Created 5 years, 3 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/cancelable_operation.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 71a1849202af3fa7651b832e35d1f9d312f4fc3d..07b418b1769fc229d1456180470093db4a0c1910 100644
--- a/lib/async.dart
+++ b/lib/async.dart
@@ -6,6 +6,7 @@ library dart.pkg.async;
export "result.dart";
export "src/async_memoizer.dart";
+export "src/cancelable_operation.dart";
export "src/delegate/event_sink.dart";
export "src/delegate/future.dart";
export "src/delegate/sink.dart";
« no previous file with comments | « no previous file | lib/src/cancelable_operation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698