pub fn block_on_local<F>(f: F)where F: Future<Output = ()> + 'static,
Block thread until future is resolved.
This will continue to call the same executor so cef_step() will still be called!
cef_step()