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

Unified Diff: CHANGELOG.md

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
« no previous file with comments | « no previous file | lib/async.dart » ('j') | lib/src/closed_stream_sink.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af87e2438c5ec30d5633c4608e30a3f98c0f85f9..ff7213cf551a9b911b8b91161241f14ccb9967c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@
- Added `StreamSinkCompleter`, for creating a `StreamSink` now and providing its
destination later as another sink.
+- Added `StreamCompleter.setError`, a shortcut for emitting a single error event
+ on the resulting stream.
+
+- Added `ClosedStreamSink`, an implementation of `StreamSink` that starts in a
+ closed state.
+
## 1.7.0
- Added `SingleSubscriptionTransformer`, a `StreamTransformer` that converts a
« no previous file with comments | « no previous file | lib/async.dart » ('j') | lib/src/closed_stream_sink.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698