Files
cpython/Lib/asyncio
Victor Stinner 7ffa2c5fdd Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe()
Add _overlapped.ConnectPipe() which tries to connect to the pipe for
asynchronous I/O (overlapped): call CreateFile() in a loop until it doesn't
fail with ERROR_PIPE_BUSY. Use an increasing delay between 1 ms and 100 ms.

Remove Overlapped.WaitNamedPipeAndConnect() which is no more used.
2015-01-22 22:55:08 +01:00
..
2015-01-15 00:04:21 +01:00
2015-01-09 00:09:10 +01:00
2014-02-18 22:27:48 -05:00
2015-01-09 01:42:52 +01:00
2015-01-15 21:50:19 +01:00
2015-01-15 00:04:21 +01:00
2015-01-15 00:04:21 +01:00