Files
cpython/Lib/asyncio
Victor Stinner e0fd157ba0 Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutine
Use a coroutine with asyncio.sleep() instead of call_later() to ensure that the
schedule call is cancelled.

Add also a unit test cancelling connect_pipe().
2015-01-26 15:04:03 +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