Lines Matching refs:await
42 conn = await self._connector.connect(
54 msg = await self._reader.read()
65 msg = await self._reader.read()
94 return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa
103 _, proto = await self._loop.create_unix_connection(
112 _, proto = await self._loop.create_pipe_connection( # type: ignore
171 await self._error_handler
180 await payload.readany()
192 msg = await reader.read()
203 msg = await self._reader.read()
224 await resp.send_str("ask")
229 await resp.receive()
231 await resp.close()
245 await asyncio.sleep(0.1)