@Synchronized fun getState(): what is this mean in kotlin All Questions › Category: Kotlin › @Synchronized fun getState(): what is this mean in kotlin 0 Vote Up Vote Down chetan shidling asked 4 years ago I need an explanation. 1 Answers 0 Vote Up Vote Down chetan shidling answered 4 years ago The situation comes where sometimes multiple threads try to access the same resources, so synchronization makes the threads to work synchronously to avoid conflicts.