Function block_on_local

Source
pub fn block_on_local<F>(f: F)
where F: Future<Output = ()> + 'static,
Expand description

Block thread until future is resolved.

This will continue to call the same executor so cef_step() will still be called!