<https://kotlinlang.slack.com/archives/stdlib/p145...
# stdlib
i
https://kotlinlang.slack.com/archives/stdlib/p1451993473000509 Could you share some detailed example of delegating to an
AtomicInteger
usage? I wonder if you're willing to use only
get
and
set
methods (available with delegation), would
@Volatile var
fit better?