zak.taccardi
04/17/2020, 6:25 PMdelay(..)
reports IDLE or not in an Espresso test dynamically at runtime. What would be the right way to handle this?.
For example, if a delay(..)
launched on Dispatchers.Default
is currently suspended, I would like to be able to control at any point through the test whether the dispatcher should report idle or notZach Klippenstein (he/him) [MOD]
04/18/2020, 5:52 PMzak.taccardi
04/18/2020, 6:55 PMzak.taccardi
04/18/2020, 6:56 PMdelay(..)
or ongoing coroutines (actor coroutine)zak.taccardi
04/18/2020, 6:57 PMCoroutineDispatcher
that wrapped Dispatchers.Default
and implemented an internal API for Delay
zak.taccardi
04/18/2020, 6:57 PMzak.taccardi
04/18/2020, 6:58 PMzak.taccardi
04/18/2020, 6:58 PMrkeazor
04/19/2020, 3:50 PMrkeazor
04/19/2020, 3:50 PM