Home
last modified time | relevance | path

Searched refs:ProactorEventLoop (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython3/Doc/library/
Dasyncio-platforms.rst34 On Windows, :class:`ProactorEventLoop` is now the default event loop.
60 :class:`ProactorEventLoop` has the following limitations:
77 On Windows, the default event loop :class:`ProactorEventLoop` supports
82 not supported, as :class:`ProactorEventLoop` has a different mechanism
Dasyncio-policy.rst95 on Unix and :class:`ProactorEventLoop` on Windows.
102 On Windows, :class:`ProactorEventLoop` is now used by default.
116 :class:`ProactorEventLoop` event loop implementation.
Dasyncio-subprocess.rst110 Subprocesses are available for Windows if a :class:`ProactorEventLoop` is
307 On Windows subprocesses are provided by :class:`ProactorEventLoop` only (default),
Dasyncio-eventloop.rst89 :class:`SelectorEventLoop` and :class:`ProactorEventLoop` classes;
461 Added support for SSL/TLS in :class:`ProactorEventLoop`.
673 Added support for SSL/TLS in :class:`ProactorEventLoop`.
1025 Windows. Use :class:`ProactorEventLoop` instead for Windows.
1240 On Windows, the default event loop :class:`ProactorEventLoop` supports
1506 :class:`SelectorEventLoop` and :class:`ProactorEventLoop`.
1509 on Unix and :class:`ProactorEventLoop` on Windows.
1531 .. class:: ProactorEventLoop
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_windows_events.py86 self.loop = asyncio.ProactorEventLoop()
263 asyncio.ProactorEventLoop)
Dtest_buffered_proto.py85 return asyncio.ProactorEventLoop()
Dtest_server.py127 return asyncio.ProactorEventLoop()
Dtest_sendfile.py342 if isinstance(self.loop, asyncio.ProactorEventLoop):
539 return asyncio.ProactorEventLoop()
Dtest_sock_lowlevel.py485 return asyncio.ProactorEventLoop()
Dtest_subprocess.py708 self.loop = asyncio.ProactorEventLoop()
Dtest_sslproto.py769 return asyncio.ProactorEventLoop()
Dtest_proactor_events.py958 self.loop = asyncio.ProactorEventLoop()
Dtest_events.py2044 return asyncio.ProactorEventLoop()
/external/python/portpicker/src/
Dportserver.py368 asyncio.set_event_loop(asyncio.ProactorEventLoop())
/external/python/cpython3/Misc/NEWS.d/
D3.7.0rc1.rst75 pause_reading()/resume_reading() when using the ProactorEventLoop.
D3.9.0b1.rst792 Add IPv6 support to :mod:`asyncio` datagram endpoints in ProactorEventLoop.
D3.8.0a1.rst1848 :class:`asyncio.ProactorEventLoop` now catches and logs send errors when the
1927 Fix memory leaks in asyncio ProactorEventLoop on overlapped operation
1946 Fix a memory leak in asyncio in the ProactorEventLoop when ``ReadFile()`` or
1957 Fix ``asyncio.ProactorEventLoop.sendfile()``: don't attempt to set the
3032 On Windows, asyncio now uses ProactorEventLoop, instead of
4286 pause_reading()/resume_reading() when using the ProactorEventLoop.
D3.10.0a1.rst1252 ``asyncio.ProactorEventLoop``: do nothing if the self-pipe socket has been
1331 Restarting a ``ProactorEventLoop`` on Windows no longer logs spurious
D3.9.0a1.rst1247 asynci.ProactorEventLoop.close() now only calls signal.set_wakeup_fd() in
/external/python/cpython3/Lib/asyncio/
Dwindows_events.py309 class ProactorEventLoop(proactor_events.BaseProactorEventLoop): class
910 _loop_factory = ProactorEventLoop
/external/python/cpython3/Doc/whatsnew/
D3.8.rst654 On Windows, the default event loop is now :class:`~asyncio.ProactorEventLoop`.
657 :class:`~asyncio.ProactorEventLoop` now also supports UDP.
660 :class:`~asyncio.ProactorEventLoop` can now be interrupted by