[−][src]Function interact_prompt::spawn
pub fn spawn<H>(settings: Settings, handler: H) -> JoinHandle<()> where
H: Handler + Send + Sync + 'static,
Spawn Interact
in a new thread.
pub fn spawn<H>(settings: Settings, handler: H) -> JoinHandle<()> where
H: Handler + Send + Sync + 'static,
Spawn Interact
in a new thread.