Lines Matching refs:asynchronous
87 asynchronous context manager
92 asynchronous generator
93 A function which returns an :term:`asynchronous generator iterator`. It
98 Usually refers to an asynchronous generator function, but may refer to an
99 *asynchronous generator iterator* in some contexts. In cases where the
102 An asynchronous generator function may contain :keyword:`await`
106 asynchronous generator iterator
107 An object created by a :term:`asynchronous generator` function.
109 This is an :term:`asynchronous iterator` which when called using the
111 the body of the asynchronous generator function until the next
116 try-statements). When the *asynchronous generator iterator* effectively
120 asynchronous iterable
122 Must return an :term:`asynchronous iterator` from its
125 asynchronous iterator
128 :keyword:`async for` resolves the awaitables returned by an asynchronous