pub fn spawn_blocking_query<F, R>(future: F) -> JoinHandle<R> ⓘwhere F: FnOnce() -> R + Send + 'static, R: Send + 'static,
Run the blocking operation in query thread pool.
query