Searched refs:SelectorEventLoop (Results 1 – 17 of 17) sorted by relevance
45 :class:`SelectorEventLoop` has the following limitations:78 subprocesses, whereas :class:`SelectorEventLoop` does not.95 character devices on these versions. The :class:`SelectorEventLoop`104 loop = asyncio.SelectorEventLoop(selector)
94 The default asyncio policy. Uses :class:`SelectorEventLoop`108 :class:`SelectorEventLoop` event loop implementation.
89 :class:`SelectorEventLoop` and :class:`ProactorEventLoop` classes;1013 With :class:`SelectorEventLoop` event loop, the *pipe* is set to1029 With :class:`SelectorEventLoop` event loop, the *pipe* is set to1034 :class:`SelectorEventLoop` does not support the above methods on1251 subprocesses, whereas :class:`SelectorEventLoop` does not. See1516 :class:`SelectorEventLoop` and :class:`ProactorEventLoop`.1518 By default asyncio is configured to use :class:`SelectorEventLoop`1522 .. class:: SelectorEventLoop1534 loop = asyncio.SelectorEventLoop(selector)
316 :class:`SelectorEventLoop` has no subprocess support.
476 return asyncio.SelectorEventLoop()492 return asyncio.SelectorEventLoop(500 return asyncio.SelectorEventLoop(selectors.EpollSelector())507 return asyncio.SelectorEventLoop(selectors.PollSelector())514 return asyncio.SelectorEventLoop(selectors.SelectSelector())
529 return asyncio.SelectorEventLoop()545 return asyncio.SelectorEventLoop(553 return asyncio.SelectorEventLoop(selectors.EpollSelector())560 return asyncio.SelectorEventLoop(selectors.PollSelector())567 return asyncio.SelectorEventLoop(selectors.SelectSelector())
77 return asyncio.SelectorEventLoop()
73 return asyncio.SelectorEventLoop()
249 asyncio.SelectorEventLoop)
2037 return asyncio.SelectorEventLoop()2081 return asyncio.SelectorEventLoop(2106 return asyncio.SelectorEventLoop(selectors.EpollSelector())2114 return asyncio.SelectorEventLoop(selectors.PollSelector())2122 return asyncio.SelectorEventLoop(selectors.SelectSelector())
762 return asyncio.SelectorEventLoop()
60 self.loop = asyncio.SelectorEventLoop()283 self.loop = asyncio.SelectorEventLoop()
1067 self.loop = asyncio.SelectorEventLoop()
902 SelectorEventLoop = _WindowsSelectorEventLoop variable906 _loop_factory = SelectorEventLoop
1465 SelectorEventLoop = _UnixSelectorEventLoop variable
1374 Fix :meth:`asyncio.SelectorEventLoop.subprocess_exec()` leaks file
3033 SelectorEventLoop, by default.