Home
/
Python 3.11
/
Typing
/
AsyncIterable
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Typing
AsyncIterable
Python 3.11
Deprecated alias to collections.abc.AsyncIterable.
Syntax
PYTHON
Copy
class typing.AsyncIterable(Generic[T_co])
See Also
collections.abc.AsyncIterable
collections.abc.AsyncIterable
Generic Alias Type