safeExecute

private inline suspend fun <R> safeExecute(block: Supplier<R>): R(source)

Executes the given operation and returns its result, while handling any possible failure.