For example if you had a list of async results and...
# arrow
r
For example if you had a list of async results and you wanted it all back when completed you want to go from
List<Deferred<Result>> -> Deferred<List<Result>>