In Cats Effect 3, they provides concurrent primitives like Ref
and AtomicCell
. But I’m not sure about different between two.
When we need AtomicCell
instead of Ref
? What features do they have? What features does lack one?
In Cats Effect 3, they provides concurrent primitives like Ref
and AtomicCell
. But I’m not sure about different between two.
When we need AtomicCell
instead of Ref
? What features do they have? What features does lack one?