Process results in chunks
Future<void> chunk( int size, Future<void> Function(List<T> items) callback, );