does anybody have some clever tricks to make `kotl...
# coroutines
g
does anybody have some clever tricks to make
kotlinx.coroutines.experimental.withTimeout
unit-testable?
👍 1
s
g
I believe so, I'm not a huge fan of passing
CoroutineContext
objects around, but it solves the problem
nice find!
s
I wrote it :)