arrow-fx-coroutines / arrow.fx.coroutines.stream.concurrent / SignallingAtomic / set
suspend fun set(a: A): Unit
suspend fun set(a: A):
Unit
Sets the current value to a. The returned action completes after the reference has been successfully set.
Do you like Arrow?