Skip to main content

block_on_browser

Function block_on_browser 

Source
pub fn block_on_browser<F, T>(fut: F) -> Result<T, CliError>
where F: Future<Output = Result<T, CliError>>,
Expand description

Block on tokio multi-thread runtime for one-shot browser work.