Add test for accessing qbit from different threads on kotlin native #109
Labels
good first issue
multiplatform
Issues related to multiplatform support
native
Issues specific to Kotlin/Native
tests
Milestone
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:
The text was updated successfully, but these errors were encountered: