arrow-continuations
1.0.3-alpha.23
common
arrow-continuations
/
arrow.continuations.generic
/
getAndUpdate
get
And
Update
common
inline
fun
<
V
>
AtomicRef
<
V
>
.
getAndUpdate
(
function
:
(
V
)
->
V
)
:
V
Content copied to clipboard
Updates variable atomically using the specified
function
of its value and returns its old value.