runCatchingOutcome

inline fun <T> runCatchingOutcome(block: () -> T): Outcome<T>(source)
inline fun <T> T.runCatchingOutcome(block: () -> T): Outcome<T>(source)