aleph.toolkit.batch module

async aleph.toolkit.batch.async_batch(async_iterable: AsyncIterator[T], n: int) AsyncIterator[List[T]][source]