Home
last modified time | relevance | path

Searched refs:start_unix_server (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_server.py101 srv = self.loop.run_until_complete(asyncio.start_unix_server(
Dtest_streams.py654 asyncio.start_unix_server(self.handle_client,
663 start = asyncio.start_unix_server(self.handle_client_callback,
/external/python/cpython3/Doc/library/
Dasyncio-api-index.rst144 * - ``await`` :func:`start_unix_server`
Dasyncio-stream.rst129 .. coroutinefunction:: start_unix_server(client_connected_cb, path=None, \
Dasyncio-eventloop.rst1298 and :func:`start_unix_server` functions.
/external/python/cpython3/Lib/asyncio/
Dstreams.py132 async def start_unix_server(client_connected_cb, path=None, *, function
/external/python/cpython3/Misc/
DHISTORY2306 streams.open_unix_connection(), and streams.start_unix_server().