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.
await
__await__()