pub async fn interruptible<F: IntoFuture>(
f: F,
) -> Result<F::Output, Interrupted>Expand description
Makes a future interruptible.
pub async fn interruptible<F: IntoFuture>(
f: F,
) -> Result<F::Output, Interrupted>Makes a future interruptible.