set

suspend fun set(value: T)

Sets the value and yields to allow waiting coroutines to observe the change.

Parameters

value

the new value.