FutureRecord4<T1, T2, T3, T4> extension

Parallel operations on a record of futures.

on
Annotations
  • @Since("3.0")

Properties

wait Future<(T1, T2, T3, T4)>

Available on (Future<T1>, Future<T2>, Future<T3>, Future<T4>), provided by the FutureRecord4 extension

Waits for futures in parallel.
no setter