Searched refs:FastChildWatcher (Results 1 – 4 of 4) sorted by relevance
137 :class:`FastChildWatcher`.248 .. class:: FastChildWatcher
1532 if isinstance(self.watcher, asyncio.FastChildWatcher):1670 if isinstance(self.watcher, asyncio.FastChildWatcher):1682 if isinstance(self.watcher, asyncio.FastChildWatcher):1693 return asyncio.FastChildWatcher()1714 watcher = asyncio.FastChildWatcher()
683 Watcher = unix_events.FastChildWatcher
1096 class FastChildWatcher(BaseChildWatcher): class