Function bindkey::start_async [] [src]

pub fn start_async(storage: CallbackStorage) -> JoinHandle<()>

Start, grabbing keys and executing callbacks in separate thread, returns JoinHandle for this thread. Shortcut for std::thread::spawn(|| bindkey::start()).