pub fn block_on<F>(task: F)where F: FnMut() + 'static + Send,
Safely executing blocking code using which ever asynchronous runtime the library is built with