BatchedFutureGenerator<T> typedef

BatchedFutureGenerator<T> = Future<T> Function()

A batched future generator creates a future, and is called when the future is due to be resolved.

Implementation

typedef BatchedFutureGenerator<T> = Future<T> Function();