Chromium Code Reviews
DescriptionMake Future.wait have an eagerError option that defaults to false.
This means that Future.wait will, by default, wait for all futures to
complete, even if there is an error.
All but the first error are dropped, and the future completes with the
first error.
If eagerError is set to true, the returned future completes immediately
on the first error.
BUG= http://dartbug.com/14794
R=floitsch@google.com
Committed: https://code.google.com/p/dart/source/detail?r=30443
Patch Set 1 #Patch Set 2 : Combine two versions. Improve error handling. #
Total comments: 8
Patch Set 3 : More tests. #Patch Set 4 : Address comments. #Messages
Total messages: 6 (0 generated)
|