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

enh: Implement using std::atomic and pybind11 #13

Open schuhschuh opened 6 years ago

schuhschuh commented 6 years ago

Use pybind11 instead of cffi to bind C++11 code which uses std::atomic instead of GNU GCC built-in functions. Can be built with any C++11 compiler, including MSVC on Windows.

See #11 and #12.