Lines Matching refs:watcher
75 Get a child process watcher object.
77 Return a watcher object implementing the
82 .. method:: set_child_watcher(watcher)
84 Set the current child process watcher to *watcher*.
125 A process watcher allows customization of how an event loop monitors
142 The following two functions can be used to customize the child process watcher
147 Return the current child watcher for the current policy.
149 .. function:: set_child_watcher(watcher)
151 Set the current child watcher to *watcher* for the current
152 policy. *watcher* must implement methods defined in the
182 Attach the watcher to an event loop.
184 If the watcher was previously attached to an event loop, then
191 Return ``True`` if the watcher is ready to use.
193 Spawning a subprocess with *inactive* current child watcher raises
200 Close the watcher.
214 This watcher is used by default.
224 The watcher avoids disrupting other code spawning processes
228 watcher is installed.
242 The watcher avoids disrupting other code spawning processes
264 "Goldilocks" child watcher implementation. It doesn't require signals or