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