Searched refs:ThreadedChildWatcher (Results 1 – 6 of 6) sorted by relevance
135 :class:`ThreadedChildWatcher` (configured to be used by default),205 .. class:: ThreadedChildWatcher
319 UNIX switched to use :class:`ThreadedChildWatcher` for spawning subprocesses from
526 if isinstance(watcher, asyncio.ThreadedChildWatcher):
685 Watcher = unix_events.ThreadedChildWatcher
1836 self.assertIsInstance(watcher, asyncio.ThreadedChildWatcher)
1326 class ThreadedChildWatcher(AbstractChildWatcher): class1426 self._watcher = ThreadedChildWatcher()