Merge branch 'master' into wip-nostart
This commit is contained in:
commit
6114df1efd
9 changed files with 186 additions and 169 deletions
|
|
@ -568,5 +568,5 @@ trait ScatterGatherRouter extends BasicRouter with Serializable {
|
|||
*/
|
||||
class ScatterGatherFirstCompletedRouter extends RoundRobinRouter with ScatterGatherRouter {
|
||||
|
||||
protected def gather[S, G >: S](results: Iterable[Future[S]]): Future[G] = Futures.firstCompletedOf(results)
|
||||
protected def gather[S, G >: S](results: Iterable[Future[S]]): Future[G] = Future.firstCompletedOf(results)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue