diff options
author | root <root> | 2008-08-07 19:24:56 +0000 |
---|---|---|
committer | root <root> | 2008-08-07 19:24:56 +0000 |
commit | 4508469c415bb2f031f1fa9a6bea5bb026593612 (patch) | |
tree | 90c569bd6bc623cf20206848df0f0565279b6e86 | |
parent | 5c837a518807236f560899232a3140c70576e52b (diff) |
*** empty log message ***
-rw-r--r-- | ev.pod | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1572,6 +1572,13 @@ default loop never gets destroyed. You are encouraged, however, to use an event-based approach to child reaping and thus use libev's support for that, so other libev users can use C<ev_child> watchers freely. +=head3 Stopping the Child Watcher + +Currently, the child watcher never gets stopped, even when the +child terminates, so normally one needs to stop the watcher in the +callback. Future versions of libev might stop the watcher automatically +when a child exit is detected. + =head3 Watcher-Specific Functions and Data Members =over 4 |