Skip to main content

move_executor_forward

Function move_executor_forward 

Source
pub fn move_executor_forward(
    executor: &mut TestExecutor,
    future: impl Future<Output = ()>,
    panic_msg: &str,
)
Expand description

Run the provided future via the executor.