batcher library

Classes

FutureBatcher<T>
An object that batches futures.
StreamingFutureBatcher<T>
A variant of FutureBatcher that outputs results to a broadcast Stream as well as returned Futures.

Typedefs

BatchedFutureGenerator<T> = Future<T> Function()
A batched future generator creates a future, and is called when the future is due to be resolved.