2 releases
0.1.1 | Apr 19, 2024 |
---|---|
0.1.0 | Apr 19, 2024 |
#740 in Filesystem
43KB
1K
SLoC
AtomicOps Readme
AtomicOps is a Rust library that assists in performing atomic operations. It aims to provide an easy-to-use and efficient way of managing data synchronization across multiple threads or processes.
Features
- Atomicity: All operations performed using FusionSync are guaranteed to be atomic, ensuring that they will execute without interference from other threads or processes.
- Thread safety: The library is designed to be thread-safe, meaning that multiple threads can safely use it at the same time without causing data corruption or inconsistencies.
- Cross-platform compatibility: AtomicOps is built using platform-independent code and has been tested on various operating systems including Windows, Linux, and macOS.
Dependencies
~3–9.5MB
~90K SLoC