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