arrow-continuations
1.0.2-alpha.43
common
arrow-continuations
/
arrow.continuations.generic
/
loop
loop
common
inline
fun
<
V
>
AtomicRef
<
V
>
.
loop
(
action
:
(
V
)
->
Unit
)
:
Nothing
Content copied to clipboard
Infinite loop that reads this atomic variable and performs the specified
action
on its value.