toggle menu
tooling-async
1.3.2
common
switch theme
search in API
tooling-async
/
dev.datlag.tooling.async
/
suspendSafeCast
suspend
Safe
Cast
suspend
fun
<
T
>
suspendSafeCast
(
block
:
suspend
CoroutineScope
.
(
)
->
T
?
)
:
T
?
Equivalent of a suspendable
safeCast
, able to throw
CancellationException
to cancel parent jobs.