Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/threadexio/rcurs
A simple RCU with an oxidized interface.
https://github.com/threadexio/rcurs
concurrency concurrent-programming kernel lock-free no-std-alloc os rcu rust-lang synchronization
Last synced: 15 days ago
JSON representation
A simple RCU with an oxidized interface.
- Host: GitHub
- URL: https://github.com/threadexio/rcurs
- Owner: threadexio
- License: mit
- Created: 2024-01-06T17:03:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-13T08:53:33.000Z (3 months ago)
- Last Synced: 2024-12-10T23:37:29.122Z (about 2 months ago)
- Topics: concurrency, concurrent-programming, kernel, lock-free, no-std-alloc, os, rcu, rust-lang, synchronization
- Language: Rust
- Homepage: https://docs.rs/rcurs
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rcurs
A simple [RCU](https://en.wikipedia.org/wiki/Read-copy-update) with an oxidized interface. Read more at the [docs](https://docs.rs/rcurs).