Does Raise really need an atomic for its completio...
# arrow-contributors
y
Does Raise really need an atomic for its completion status? Since it's only ever turned on, it seems unnecessary to have that be atomic.
a
It might be interesting to consider the potential implications of not doing so. My feeling is that
Atomic
is fast enough for most use cases, so here it's better to be safer than "sorrier"