use libatomic_ops in place of the AtomicLong module
Open
core
enhancement
- Dominant language
- Python
- Stars
- 380
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Create a wrapper around [libatomic_ops](https://github.com/ivmai/libatomic_ops).
The current CFFI wrapper only works with some versions of gcc depeding on the platform. Using libatomic_ops allows us to improve the multiplatform support (even on windows) and improve the atomicity when we handle signals.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.