redditwarp.iterators.call_chunk_calling_async_iterator#

class redditwarp.iterators.call_chunk_calling_async_iterator.CallChunkCallingAsyncIterator(chunks: Iterable[Callable[[], Awaitable[T]]])[source]#

Bases: Generic[T]

Evaluate call chunks and return their results.

property current_callable: Callable[[], Awaitable[T]] | None#
get_chunking_iterator() Iterator[Callable[[], Awaitable[T]]][source]#