You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`@SharedImmutable`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native.concurrent/-shared-immutable/)| You can remove all usages, though there are no warnings for using this API in the new memory manager. |
69
69
|[The `FreezableAtomicReference` class](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native.concurrent/-freezable-atomic-reference/)| Use [`AtomicReference`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native.concurrent/-atomic-reference/) instead. |
70
-
|[The `FreezingException` class](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native.concurrent/-freezing-exception/)| Remove all usages. ||
70
+
|[The `FreezingException` class](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native.concurrent/-freezing-exception/)| Remove all usages. |
71
71
|[The `InvalidMutabilityException` class](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native.concurrent/-invalid-mutability-exception/)| Remove all usages. |
72
72
|[The `IncorrectDereferenceException` class](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native/-incorrect-dereference-exception/)| Remove all usages. |
73
73
|[The `freeze()` function](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native.concurrent/freeze.html)| Remove all usages. |
@@ -81,4 +81,5 @@ To support the new memory manager, remove usages of the affected API:
81
81
## What's next
82
82
83
83
*[Learn more about the new memory manager](native-memory-manager.md)
84
-
*[Check the specifics of integration with Swift/Objective-C ARC](native-arc-integration.md)
84
+
*[Check the specifics of integration with Swift/Objective-C ARC](native-arc-integration.md)
85
+
*[Learn how to reference objects safely from different coroutines](native-faq.md#how-do-i-reference-objects-safely-from-different-coroutines)
0 commit comments