TFutureAggregatorRange.front

Returns the first element from the range.

Potentially blocks until a new result is available or the timeout has expired.

class TFutureAggregatorRange(T)
T
front
()

Throws

TException if the range is empty.

Meta