Function glib::source::child_watch_add
source · pub fn child_watch_add<F>(pid: Pid, func: F) -> SourceIdExpand description
Adds a closure to be called by the main loop the returned Source is attached to when a child
process exits.
func will be called when pid exits