Home
last modified time | relevance | path

Searched defs:DelayController (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/
DMIGRATION.md12 ### `UncaughtExceptionCaptor`
38 ### `DelayController` subsection
59 …`ContinuationInterceptor` being a `DelayController`, so it is also possible to fulfill these restr…
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DDelayController.kt27 public interface DelayController { interface