TFutureAggregatorRange.this

Constructs a new instance.

class TFutureAggregatorRange(T)
this
(,,
Duration timeout = dur!"hnsecs"(0)
)

Parameters

futures TFuture!T[]

The set of futures to collect results from.

timeout Duration

If positive, not yet finished futures will be cancelled and their results will not be taken into account.

Meta