Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add SPMC to feature list.
  • Loading branch information
nicholassm authored Aug 6, 2024
1 parent aa48cdc commit a2cb31b
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 @@ -171,6 +171,7 @@ fn main() {
# Features

- [x] Single Producer Single Consumer (SPSC).
- [x] Single Producer Multi Consumer (SPMC) with consumer interdependencies.
- [x] Multi Producer Single Consumer (MPSC).
- [x] Multi Producer Multi Consumer (MPMC) with consumer interdependencies.
- [x] Busy-spin wait strategies.
Expand Down

0 comments on commit a2cb31b

Please sign in to comment.