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

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: Code review changes 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
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/null_stream_sink.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 ef59b73a152c1a237300d394f8c9747dc08d4253..ef1ac04fc4e5311f3eb3a61bc36edb17a7c6d416 100644
--- a/lib/async.dart
+++ b/lib/async.dart
@@ -15,6 +15,7 @@ export "src/delegate/stream_sink.dart";
export "src/delegate/stream_subscription.dart";
export "src/future_group.dart";
export "src/lazy_stream.dart";
+export "src/null_stream_sink.dart";
export "src/restartable_timer.dart";
export "src/result_future.dart";
export "src/single_subscription_transformer.dart";
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/null_stream_sink.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698