Help
Change theme
Press space for more information.
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Copy issue ID
Show links for this issue (Shortcut: i, l)
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
View issue level access limits(Press Alt + Right arrow for more information)
Pending code changes (auto-populated)
Notification menu
Vote: I am impacted
Request for new functionality
View staffing
Description
Sometimes we want to use mutableState() only to be able to safely set values during composition/measure and then have ability to read this value without causing extra remeasure/recomposition. Currently we have to just use regular vars which is not thread-safe and the value will be updated even if the composition is aborted.
We discussed it and though the api could be