File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -463,12 +463,6 @@ private val trace = Trace(size = 64) {
463
463
464
464
## Kotlin Native support
465
465
466
- Atomic references for Kotlin/Native are based on
467
- [ FreezableAtomicReference] ( https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native.concurrent/-freezable-atomic-reference/-init-.html )
468
- and every reference that is stored to the previously
469
- [ frozen] ( https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native.concurrent/freeze.html )
470
- (shared with another thread) atomic is automatically frozen, too.
471
-
472
466
Since Kotlin/Native does not generally provide binary compatibility between versions,
473
467
you should use the same version of Kotlin compiler as was used to build AtomicFU.
474
468
See [ gradle.properties] ( gradle.properties ) in AtomicFU project for its ` kotlin_version ` .
You can’t perform that action at this time.
0 commit comments