Lines Matching refs:await
8 This page lists all high-level async/await enabled asyncio APIs.
15 await on multiple things with timeouts.
27 * - ``await`` :func:`sleep`
30 * - ``await`` :func:`gather`
33 * - ``await`` :func:`wait_for`
36 * - ``await`` :func:`shield`
39 * - ``await`` :func:`wait`
111 * - ``await`` :func:`create_subprocess_exec`
114 * - ``await`` :func:`create_subprocess_shell`
135 * - ``await`` :func:`open_connection`
138 * - ``await`` :func:`open_unix_connection`
141 * - ``await`` :func:`start_server`
144 * - ``await`` :func:`start_unix_server`
148 - High-level async/await object to receive network data.
151 - High-level async/await object to send network data.