Searched defs:Child_ (Results 1 – 1 of 1) sorted by relevance
350 type Child_ = Arc<Mutex<Child>>; typedef363 pub async fn get(session_id: u32, channel_id: u32) -> Option<Child_> { in get()373 pub async fn put(session_id: u32, channel_id: u32, pty_child: Child_) { in put()