Files
cpython/Lib
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-11 15:51:11 -05:00
2014-09-17 16:31:47 +08:00
2014-12-05 20:34:56 -05:00
2014-10-20 08:36:02 +02:00
2014-04-03 10:22:10 -04:00
2014-03-09 14:47:58 -07:00
2014-10-19 18:04:38 +03:00
2014-10-19 18:04:38 +03:00
2013-10-26 13:22:08 -04:00