Following up on this, I dug into this more and dis...
# coroutines
j
Following up on this, I dug into this more and discovered the root cause for the
suspendCancellableCoroutine
continuation being canceled. It has to do with using
TestScope
, and likely specifically
TestScope.advanceUntilIdle()
. More info in 🧵.