cashapp / molecule

Build a StateFlow stream using Jetpack Compose
https://cashapp.github.io/molecule/docs/1.x/
Apache License 2.0
1.79k stars 77 forks source link

Fix teardown race #281

Closed jingibus closed 11 months ago

jingibus commented 11 months ago

My colleague @gamepro65 ran into this issue in prod; coroutineContext.job.invokeOnCompletion has no well-defined dispatcher affinity, which means it can run anywhere. Doing this teardown within a coroutine should ensure consistent behavior.