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*.
112 A process watcher allows customization of how an event loop monitors
128 The following two functions can be used to customize the child process watcher
133 Return the current child watcher for the current policy.
135 .. function:: set_child_watcher(watcher)
137 Set the current child watcher to *watcher* for the current
138 policy. *watcher* must implement methods defined in the
168 Attach the watcher to an event loop.
170 If the watcher was previously attached to an event loop, then
177 Close the watcher.