pub fn spawn_blocking_cancellable_flatten<F, T>(
f: F,
) -> impl Future<Output = Result<T>>Expand description
A wrapper around spawn_blocking_cancellable that flattens nested results.
pub fn spawn_blocking_cancellable_flatten<F, T>(
f: F,
) -> impl Future<Output = Result<T>>A wrapper around spawn_blocking_cancellable that flattens nested results.