Searched refs:open_unix_connection (Results 1 – 5 of 5) sorted by relevance
65 conn_fut = asyncio.open_unix_connection(httpd.address)96 conn_fut = asyncio.open_unix_connection(124 conn_fut = asyncio.open_unix_connection(httpd.address)677 reader, writer = await asyncio.open_unix_connection(path)
141 * - ``await`` :func:`open_unix_connection`
121 .. coroutinefunction:: open_unix_connection(path=None, *, limit=None, \
90 async def open_unix_connection(path=None, *, function
2306 streams.open_unix_connection(), and streams.start_unix_server().