Skip to content

Commit

Permalink
DOC: mention ringbuffer-spsc
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Nov 22, 2022
1 parent c6ce099 commit f27deb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ to wait-free SPSC implementations:
* [magnetic](https://crates.io/crates/magnetic) (see `magnetic::spsc` module)
* [npnc](https://crates.io/crates/npnc) (see `npnc::bounded::spsc` module)
* [ringbuf](https://crates.io/crates/ringbuf)
* [ringbuffer-spsc](https://crates.io/crates/ringbuffer-spsc) (using const generics)
* [shmem-ipc](https://crates.io/crates/shmem-ipc) (see `shmem_ipc::sharedring` and `shmem_ipc::ringbuf` modules)

There are also implementations in other languages:
Expand Down

0 comments on commit f27deb8

Please sign in to comment.