Assigned
Status Update
Comments
al...@google.com <al...@google.com> #2
Also doesn't work in AS 2024.3.2 Canary 4 and Compose 1.8.0-beta01
No update yet.
Also doesn't work in AS 2024.3.2 Canary 4 and Compose 1.8.0-beta01
Description
We might want to consider using something other than StateFlow here, or perhaps contributing and improving the performance of StateFlow. Relatively brief inspection shows that most of this time is spent in atomics data structures. Note that deriveStateLocked() is already called inside of a synchronized block.