Skip to content

Commit 5fc6179

Browse files
Update README: Kotlin/Native does not use freezables with the new MM (#465)
1 parent ca42b8a commit 5fc6179

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -463,12 +463,6 @@ private val trace = Trace(size = 64) {
463463

464464
## Kotlin Native support
465465

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-
472466
Since Kotlin/Native does not generally provide binary compatibility between versions,
473467
you should use the same version of Kotlin compiler as was used to build AtomicFU.
474468
See [gradle.properties](gradle.properties) in AtomicFU project for its `kotlin_version`.

0 commit comments

Comments
 (0)