kotlinx.coroutines – Kotlin Programming Language (original) (raw)

kotlinx-coroutines-test/kotlinx.coroutines.test/TestDispatcher

TestDispatcher

abstract class TestDispatcher : CoroutineDispatcher, Delay, DelayWithTimeoutDiagnostics(source)

A test dispatcher that can interface with a TestCoroutineScheduler.

The available implementations are:

Properties

scheduler

Link copied to clipboard

abstract val scheduler: TestCoroutineScheduler

The scheduler that this dispatcher is linked to.