Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Dasyncio-policy.rst135 :class:`ThreadedChildWatcher` (configured to be used by default),
205 .. class:: ThreadedChildWatcher
Dasyncio-subprocess.rst319 UNIX switched to use :class:`ThreadedChildWatcher` for spawning subprocesses from
/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py526 if isinstance(watcher, asyncio.ThreadedChildWatcher):
Dtest_subprocess.py685 Watcher = unix_events.ThreadedChildWatcher
Dtest_unix_events.py1836 self.assertIsInstance(watcher, asyncio.ThreadedChildWatcher)
/external/python/cpython3/Lib/asyncio/
Dunix_events.py1326 class ThreadedChildWatcher(AbstractChildWatcher): class
1426 self._watcher = ThreadedChildWatcher()