What’s the difference between Ref and AtomicCell of Cats Effect 3?
In Cats Effect 3, they provides concurrent primitives like Ref
and AtomicCell
. But I’m not sure about different between two.
Why cats-effect memoize requires Concurrent instance?
I’d like to understand why memoize
is exposed through Concurrent[F]
in the Scala cats-effect library.