From e1288fd7dee81e0e18ea0d5c681b355a2b7f6f6a Mon Sep 17 00:00:00 2001 From: Maria Sokolova Date: Thu, 7 Nov 2024 12:28:39 +0100 Subject: [PATCH] Added a link for discussion and feedback --- proposals/common-atomics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/proposals/common-atomics.md b/proposals/common-atomics.md index b6ffa190b..6ad7600f4 100644 --- a/proposals/common-atomics.md +++ b/proposals/common-atomics.md @@ -6,6 +6,7 @@ * **Prototype**: The prototype will be available soon. * **Status**: JVM/JS/Wasm Atomics are not implemented yet, there are K/N Atomics in `kotlin.concurrent` package, but their API will be changed, according to the final common atomic API. * **Target issue**: [KT-62423](https://youtrack.jetbrains.com/issue/KT-62423/Consider-providing-Common-atomic-types) +* **Discussion and feedback**: [#398](https://github.com/Kotlin/KEEP/issues/398) ## Summary