ID EN
Typing

AsyncIterable

Python 3.11

Deprecated alias to collections.abc.AsyncIterable.

Syntax

PYTHON
class typing.AsyncIterable(Generic[T_co])

See Also

collections.abc.AsyncIterable collections.abc.AsyncIterable Generic Alias Type