restart_io_if_running_boxed

Function restart_io_if_running_boxed 

Source
fn restart_io_if_running_boxed(
    context: Context,
) -> Pin<Box<dyn Future<Output = ()> + Send>>
Expand description

Same as context.restart_io_if_running(), but Box::pined and with a + Send bound, so that it can be called recursively.