pub fn move_executor_forward(
executor: &mut TestExecutor,
future: impl Future<Output = ()>,
panic_msg: &str,
)Expand description
Run the provided future via the executor.
pub fn move_executor_forward(
executor: &mut TestExecutor,
future: impl Future<Output = ()>,
panic_msg: &str,
)Run the provided future via the executor.