common-utils
Toggle table of contents
2.8.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
common-utils
guava-utils
/
com.pambrose.common.concurrent
/
ConditionalValue
/
set
set
suspend
fun
set
(
value
:
T
)
Sets the value and yields to allow waiting coroutines to observe the change.
Parameters
value
the new value.