Home
last modified time | relevance | path

Searched refs:connect_pipe (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/asyncio/
H A Dwindows_events.py41 # Initial delay in seconds for connect_pipe() before retrying to connect
44 # Maximum delay in seconds for connect_pipe() before retrying to connect
337 f = self._proactor.connect_pipe(address)
679 async def connect_pipe(self, address): member in IocpProactor
/third_party/python/Lib/test/test_asyncio/
H A Dtest_windows_events.py152 coro = self.loop._proactor.connect_pipe('pipe_address')
155 # check that it's possible to cancel connect_pipe()

Completed in 3 milliseconds