Why doesn't Kotlin have any keyword like synchronized for synchronization?
Why do they ask us to use @Synchronized annotation?
e
elizarov
04/07/2018, 6:44 AM
It does not imbue a declaration with any language semantics. There is no difference between synchronized/non-synchronized from the language standpoint. It only changes runtime semantics.