Mar 1, 2021
It means that when you update a value (as in stateFlow.value = newValue) there are no intermediate object allocations inside the implementation to notify all the subscribers.
It means that when you update a value (as in stateFlow.value = newValue) there are no intermediate object allocations inside the implementation to notify all the subscribers.
Project Lead for the Kotlin Programming Language @JetBrains