Home
last modified time | relevance | path

Searched refs:CancellableContinuationRunnable (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/src/
DTestCoroutineDispatcher.kt64 …postDelayed(CancellableContinuationRunnable(continuation) { resumeUndispatched(Unit) }, timeMillis) in <lambda>()
173 .mapNotNull { it.runnable as? CancellableContinuationRunnable<*> } in <lambda>()
176 … val activeTimeouts = pendingTasks.filter { it.runnable !is CancellableContinuationRunnable<*> } in <lambda>()
190 private class CancellableContinuationRunnable<T>( class