Searched refs:handle_process_terminated (Results 1 – 1 of 1) sorted by relevance
89 ClientEvent::Terminate(pid, tx) => self.handle_process_terminated(pid, tx), in run()190 fn handle_process_terminated(&mut self, pid: u64, tx: Sender<ErrorCode>) { in handle_process_terminated() method