jw
04/10/2018, 4:20 PMstreetsofboston
04/10/2018, 6:32 PMrunBlocking non-blocking (it would advance ‘virtual time’ instead, much like Rx’ TestScheduler).
Something similar like this, but supported on multiple platforms:
https://github.com/Kotlin/kotlinx.coroutines/pull/297groostav
04/10/2018, 8:37 PM@Test fun asdf() = runBlocking<Unit> { ... seems pretty elegant to mejw
04/10/2018, 8:44 PM