is there a way to use syncronized block in native? ios. there is no @syncronized available
o
olonho
12/19/2018, 6:41 PM
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
Ivan
12/20/2018, 10:14 AM
@olonho just trying to syncronize stuff over some locked object. I havent tested if I really need that