Open d-r-q opened 4 years ago
Kotlin/Native has complex memory model checked at runtime, so if code builds and passes single-threaded tests it doesn't mean, that it will work for native platforms. Add test, that will write and read qbit using different Workers.
Mutable shared state:
Kotlin/Native has complex memory model checked at runtime, so if code builds and passes single-threaded tests it doesn't mean, that it will work for native platforms. Add test, that will write and read qbit using different Workers.
Mutable shared state: