Skip to main content

spawn_query

Function spawn_query 

Source
pub fn spawn_query<F>(future: F) -> JoinHandle<F::Output> 
where F: Future + Send + 'static, F::Output: Send + 'static,
Expand description

Spawn a future and execute it in query thread pool.