Atomic Ref
Deprecated
arrow.continuation is being discontinued and will be removed in the next version in favor of the Effect/ EagerEffect Runtime. If you depend on low-level APIs as in arrow.continuation, feel free to write us in the Kotlin Slack channel for guidance. The AtomicRef APIs have been moved to arrow.core.generic
Replace with
import arrow.core.generic.AtomicRef
AtomicRef<V>Deprecated
arrow.continuation is being discontinued and will be removed in the next version in favor of the Effect/ EagerEffect Runtime. If you depend on low-level APIs as in arrow.continuation, feel free to write us in the Kotlin Slack channel for guidance.
Constructors
Functions
Compare current value with expected and set to new if they're the same. Note, 'compare' is checking the actual object id, not 'equals'.
Compare current value with expected and set to new if they're the same. Note, 'compare' is checking the actual object id, not 'equals'.
Compare current value with expected and set to new if they're the same. Note, 'compare' is checking the actual object id, not 'equals'.