suspendSafeCast

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

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