Searched refs:checkPostponedCancellation (Results 1 – 2 of 2) sorted by relevance
130 fun checkPostponedCancellation(continuation: CancellableContinuation<*>): Throwable? { in <lambda>() method
140 val cause = dispatched.checkPostponedCancellation(this) ?: return completed in <lambda>()