out of curiosity, why use `AtomicReferenceFieldUpd...
# coroutines
g
out of curiosity, why use
AtomicReferenceFieldUpdater
and not simply
AtomicReference
?