Join Slack
Communities
Powered by
Following up on this, I dug into this more and dis...
# coroutines
j
Jeff Lockhart
07/07/2023, 6:40 PM
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 🧵.
Open in Slack
Previous
Next