Home
last modified time | relevance | path

Searched refs:WindowsProactorEventLoopPolicy (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_windows_events.py268 asyncio.WindowsProactorEventLoopPolicy())
/external/python/cpython3/Misc/NEWS.d/
D3.7.0rc1.rst95 asyncio.WindowsProactorEventLoopPolicy.
D3.8.0a1.rst4306 asyncio.WindowsProactorEventLoopPolicy.
/external/python/cpython3/Lib/asyncio/
Dwindows_events.py909 class WindowsProactorEventLoopPolicy(events.BaseDefaultEventLoopPolicy): class
913 DefaultEventLoopPolicy = WindowsProactorEventLoopPolicy
/external/python/cpython3/Doc/library/
Dasyncio-policy.rst113 .. class:: WindowsProactorEventLoopPolicy
/external/python/cpython3/Doc/whatsnew/
D3.7.rst772 ``WindowsProactorEventLoopPolicy`` classes.