AwaitAllExtension<T> extension

on

Methods

awaitAll() Future<Iterable<T>>
Awaits each future in the iterable and returns an iterable of the returned values once all the futures have completed.