We say that an object is an awaitable object if it can be used in an await
expression. Many asyncio APIs are designed to accept awaitables.
There are three main types of awaitable objects: Coroutines, Asyncio Tasks, and Future.
We say that an object is an awaitable object if it can be used in an await
expression. Many asyncio APIs are designed to accept awaitables.
There are three main types of awaitable objects: Coroutines, Asyncio Tasks, and Future.