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

Unified Diff: pkg/async/lib/async.dart

Issue 255123002: Add capture/release for results in package:async (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More tests. Created 6 years, 7 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 | « pkg/async/README.md ('k') | pkg/async/lib/result.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/async/lib/async.dart
diff --git a/pkg/async/lib/async.dart b/pkg/async/lib/async.dart
index e9d654415edd54a0e141eb64ec0be5caef4d0349..69c7a288559b02f4e6d1427835c00870d70fe69b 100644
--- a/pkg/async/lib/async.dart
+++ b/pkg/async/lib/async.dart
@@ -5,3 +5,4 @@
library dart.pkg.async;
export "stream_zip.dart";
+export "result.dart";
« no previous file with comments | « pkg/async/README.md ('k') | pkg/async/lib/result.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698