batch_queue library

Classes

BatchQueue<T>
A queue that collects items and processes them in batches.

Typedefs

BatchFunction<T> = Future<void> Function(List<T> tasks)
A function type that processes a batch of tasks.