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

Unified Diff: CHANGELOG.md

Issue 1241723003: Add StreamQueue.fork and ForkableStream. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Created 5 years, 5 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/forkable_stream.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 39d204b27320a8c29fdaca8577f387732780119b..d9d85d8e53281b267860bc1c24ae26adcb585368 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@
- Added `SubscriptionStream` which creates a single-subscription stream
from an existing stream subscription.
+- Added `ForkableStream` which wraps a stream and allows independent forks to be
+ created that emit the same events as the original.
+
- Added a `ResultFuture` class for synchronously accessing the result of a
wrapped future.
« no previous file with comments | « no previous file | lib/async.dart » ('j') | lib/src/forkable_stream.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698