Child process watcher callback
| 45 | |
| 46 | /// Child process watcher callback |
| 47 | inline void cmdex_child_watch_handler(GPid arg_pid, int waitpid_status, gpointer data) |
| 48 | { |
| 49 | AsyncCommandExecutor::on_child_watch_handler(arg_pid, waitpid_status, data); |
| 50 | } |
| 51 | |
| 52 | |
| 53 | /// Child process stdout handler callback |
nothing calls this directly
no outgoing calls
no test coverage detected