Searched defs:handle (Results 1 – 2 of 2) sorted by relevance
7 handle: Option<JoinHandle<()>>, field19 let handle = thread::spawn(func); in new() localVariable
106 pub fn handle(&self) { in handle() method286 pub fn handle(&self, prompt: Option<String>) { in handle() method