suspendCatchingNonCancellation

suspend fun <T> suspendCatchingNonCancellation(block: suspend () -> T): Result<T>