is there a way to use syncronized block in native?...
# kotlin-native
i
is there a way to use syncronized block in native? ios. there is no @syncronized available
o
what kind of problem you’re trying to solve? K/N concurrency module ensures that there’s no need for synchronized block if manipulating with Kotlin objects
i
@olonho just trying to syncronize stuff over some locked object. I havent tested if I really need that