https://kotlinlang.org logo
o

orangy

02/24/2017, 7:37 PM
If there are no other connected data structures and you don’t have to be in sync with some other writes, you don’t need
@Volatile
. That means that some threads can see old list reference for a while.