cyberdelia / atomic

An atomic class that guarantees atomic updates to its contained value.
https://atomic.readthedocs.org
MIT License
24 stars 5 forks source link

atomic: extra classes from "short" to "unsigned long long" was added #15

Closed a1ezzz closed 2 years ago

a1ezzz commented 6 years ago

I've added extra classes for integers from "short" to "unsigned long long". As for me, I need the last one ("unsigned long long") for a counter. But I think, it will be nice to have all of them.