Arrow
1.1.5
common
arrow-core
/
arrow.core.continuations
/
loop
loop
inline
fun
<
V
>
AtomicRef
<
V
>
.
loop
(
action
:
(
V
)
->
Unit
)
:
Nothing
(
source
)
Infinite loop that reads this atomic variable and performs the specified
action
on its value.