suspendSafeCast

suspend fun <T> suspendSafeCast(block: suspend CoroutineScope.() -> T?): T?

Equivalent of a suspendable safeCast, able to throw CancellationException to cancel parent jobs.