Skip to content

Commit

Permalink
Merge pull request #496 from Nitrokey/spsc-view-dedup
Browse files Browse the repository at this point in the history
Queue: implement QueueView on top of #486
  • Loading branch information
Dirbaio authored Jul 1, 2024
2 parents 02cc494 + 6c2c077 commit 2880a89
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 71 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `LinearMapView`, the `!Sized` version of `LinearMap`.
- Added `HistoryBufferView`, the `!Sized` version of `HistoryBuffer`.
- Added `DequeView`, the `!Sized` version of `Deque`.
- Added `QueueView`, the `!Sized` version of `Queue`.

### Changed

Expand Down
Loading

0 comments on commit 2880a89

Please sign in to comment.