Lines Matching refs:asynchronous
72 asynchronous context manager
77 asynchronous generator
78 A function which returns an :term:`asynchronous generator iterator`. It
83 Usually refers to a asynchronous generator function, but may refer to an
84 *asynchronous generator iterator* in some contexts. In cases where the
87 An asynchronous generator function may contain :keyword:`await`
91 asynchronous generator iterator
92 An object created by a :term:`asynchronous generator` function.
94 This is an :term:`asynchronous iterator` which when called using the
96 that the body of the asynchronous generator function until the
101 try-statements). When the *asynchronous generator iterator* effectively
105 asynchronous iterable
107 Must return an :term:`asynchronous iterator` from its
110 asynchronous iterator
113 :keyword:`async for` resolves awaitable returned from asynchronous