Functions
runCatching
Kotlin Function
Function
Executes block and wraps the outcome in a Result.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Kotlin Function
suspend fun <T> runCatching(block: suspend () -> T): Result<T, Throwable>
Was this page helpful?
