redditwarp.iterators.async_call_chunk#

class redditwarp.iterators.async_call_chunk.AsyncCallChunk(operation: Callable[[TInput], Awaitable[TOutput]], operand: TInput)[source]#

Bases: Generic[TInput, TOutput]

Perform .operation on .operand when called.

operation: Callable[[TInput], Awaitable[TOutput]]#
operand: TInput#