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

Unified Diff: CHANGELOG.md

Issue 1214843004: Added a `ResultFuture` class. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Code review changes 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a83e3f4ae62282a172d1a8601fb21ccfb433ae4..3768cedd88243185cf607610b3f064364dd39b90 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 a `ResultFuture` class for synchronously accessing the result of a
+ wrapped future.
+
- Added `FutureGroup.onIdle` and `FutureGroup.isIdle`, which provide visibility
into whether a group is actively waiting on any futures.
« no previous file with comments | « no previous file | lib/async.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698