Meaning awaitable
What does awaitable mean? Below you find one meaning for the word awaitable You can also add a definition of awaitable yourself

1

0 Thumbs up   0 Thumbs down

awaitable


An object that can be used in an await expression. Can be a coroutine or an object with an __await__() method. See also PEP 492.
Source: docs.python.org




<< asynchronous iterator bytes-like object >>