Skip to main content

block_on_with_spawn

Function block_on_with_spawn 

Source
pub fn block_on_with_spawn<F: Future>(future: F) -> F::Output
Expand description

Drive future to completion with spawn() available in the async context.

Single-threaded mode (1 worker). Use block_on_multi for multi-thread.