Searched defs:TestCoroutineDispatcher (Results 1 – 2 of 2) sorted by relevance
154 #### TestCoroutineDispatcher for the top-level coroutine180 #### TestCoroutineDispatcher for testing intermediate emissions242 #### Other considerations
13 public class TestCoroutineDispatcher(public override val scheduler: TestCoroutineScheduler = TestCo… class