toggle menu
tooling-async
1.3.2
common
switch theme
search in API
tooling-async
/
dev.datlag.tooling.async
/
scopeCatching
scope
Catching
fun
<
T
>
scopeCatching
(
block
:
(
)
->
T
)
:
Result
<
T
>
Equivalent of
runCatching
but able to throw
CancellationException
to cancel parent jobs.