kingsley
val atomicInt = AtomicInteger(0) // 0 being an initial value
atomicInt.set(10)
atomicInt.get()