//reactivestate-core/com.ensody.reactivestate/SuspendMutableValueFlow/update
update¶
[common]\ abstract suspend fun update(block: (value: T) -> Unit)
Mutates value in-place and notifies listeners. The current value is passed as an arg.
//reactivestate-core/com.ensody.reactivestate/SuspendMutableValueFlow/update
[common]\ abstract suspend fun update(block: (value: T) -> Unit)
Mutates value in-place and notifies listeners. The current value is passed as an arg.