Is there a way to have concurrentHashMaps in Kotlin Native?
I tried wrapping MutableMap in AtomicReference but that doesn't look like a good solution to me as there are cases in which it might not work
d
Dominaezzz
12/22/2020, 11:58 PM
That's as good as it gets sadly. (Unless you want to write it in C)