dewildte
interface WorkerScope : CoroutineScope
private val workerScope: WorkerScope = object : WorkerScope { override val coroutineContext: CoroutineContext = Dispatchers.Default }
internal object CoroutineTestingScope : CoroutineScope, WorkerScope, IOScope, MainScope { override val coroutineContext: CoroutineContext = Dispatchers.Unconfined }
A modern programming language that makes developers happier.