atomic_map
atomic_map copied to clipboard
AtomicMap Base
I'm thinking it would be convenient to have a base which we can use to expand. And have the ability to customise opts, instead of using the default one.
Example:
defmodule Test do
use AtomicMap.Base, [safe: false] # AtomicMap.Opts
end