suspendRunCatchingCancellable
Suspend variant of runCatchingCancellable. Use instead of runCatching around suspend work.
Non-CancellationException failures (including Error) become Result.failure.
Suspend variant of runCatchingCancellable. Use instead of runCatching around suspend work.
Non-CancellationException failures (including Error) become Result.failure.