kotlinx-atomicfu icon indicating copy to clipboard operation
kotlinx-atomicfu copied to clipboard

Let's strongly recommend avoid using atomicfu for public API (public & protected)

Open bashor opened this issue 5 years ago • 1 comments

At least by changing this section: https://github.com/kotlin/kotlinx.atomicfu#dos-and-donts

The best solution is adding a check, see #119

bashor avatar Jan 30 '20 19:01 bashor

We do actually have a test in kotlinx.coroutines that makes sure no atomic even leaks outside of the module.

elizarov avatar Jan 31 '20 08:01 elizarov

Here is the related issue: #119

mvicsokolova avatar Apr 28 '24 17:04 mvicsokolova