arrow-fx-coroutines / arrow.fx.coroutines / Atomic / set
abstract suspend fun set(a: A): Unit
abstract 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?