Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 2 of 2) sorted by relevance

/NovaShell/src/shell/
H A Dthread_manager.rs7 handle: Option<JoinHandle<()>>, field
19 let handle = thread::spawn(func); in new() localVariable
/NovaShell/src/
H A Dparser.rs106 pub fn handle(&self) { in handle() method
286 pub fn handle(&self, prompt: Option<String>) { in handle() method