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

Unified Diff: CHANGELOG.md

Issue 2649033006: Add `peek` and `lookAhead` to `StreamQueue`. (Closed)
Patch Set: Created 3 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/src/stream_queue.dart » ('j') | lib/src/stream_queue.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 43fcf54fd61f6aa5812a98f816da5913b99700cc..d3b4de603c508611ea661984f30c4d1aebff4906 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@
* Add an `AsyncCache` class that caches asynchronous operations for a period of
time.
+* Add `StreamQueue.peek` and `StreamQueue.lookAheead`.
+ These allow users to look at events without consuming them.
nweiz 2017/01/24 22:37:59 I released 1.12 so I could start using it in other
Lasse Reichstein Nielsen 2017/01/25 07:58:03 Done.
+
* Add `StreamQueue.startTransaction()` and `StreamQueue.withTransaction()`.
These allow users to conditionally consume events based on their values.
« no previous file with comments | « no previous file | lib/src/stream_queue.dart » ('j') | lib/src/stream_queue.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698