Hey, I thought `lazy` was doing it `synchronized`?...
# announcements
h
Hey, I thought
lazy
was doing it
synchronized
? Isn't it supposed to be thread safe?
h
You can choose.
synchronized
is just the default: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/lazy.html
h
nice. I wasn't aware.