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

Unified Diff: lib/async.dart

Issue 1615253002: Add ClosedStreamSink, and *Completer.setError, and StreamSinkCompleter.fromFuture. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Created 4 years, 11 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 ef59b73a152c1a237300d394f8c9747dc08d4253..95b73d0ceb6d04c9f8fbdd4d24c6961ed4c12b5b 100644
--- a/lib/async.dart
+++ b/lib/async.dart
@@ -7,6 +7,7 @@ library dart.pkg.async;
export "result.dart";
export "src/async_memoizer.dart";
export "src/cancelable_operation.dart";
+export "src/closed_stream_sink.dart";
export "src/delegate/event_sink.dart";
export "src/delegate/future.dart";
export "src/delegate/sink.dart";
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/closed_stream_sink.dart » ('j') | lib/src/closed_stream_sink.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698