tooling
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
tooling
tooling-async
/
dev.datlag.tooling.async
/
suspendSafeCast
suspend
Safe
Cast
suspend
fun
<
T
>
suspendSafeCast
(
block
:
suspend
CoroutineScope
.
(
)
->
T
?
)
:
T
?
(
source
)
Equivalent of a suspendable
safeCast
, able to throw
CancellationException
to cancel parent jobs.