criollo-kmp-foundation
Toggle table of contents
0.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
criollo-kmp-foundation
runtime
/
io.github.jdbenitez94.criollo.kmp.foundation.runtime
/
rethrowCancellation
rethrow
Cancellation
fun
<
T
>
Result
<
T
>
.
rethrowCancellation
(
)
:
Result
<
T
>
If this
Result
is a failure caused by
CancellationException
, rethrows it; otherwise returns this.