https://github.com/keithduncan/atomic_list
Lockless thread-safe List to concurrently accumulate data.
https://github.com/keithduncan/atomic_list
atomic crate lockless
Last synced: 3 months ago
JSON representation
Lockless thread-safe List to concurrently accumulate data.
- Host: GitHub
- URL: https://github.com/keithduncan/atomic_list
- Owner: keithduncan
- License: other
- Created: 2018-01-12T06:13:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T06:22:48.000Z (over 7 years ago)
- Last Synced: 2025-01-22T06:26:40.367Z (5 months ago)
- Topics: atomic, crate, lockless
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Forked implementation from https://github.com/Diggsey/lockless