Skip to content

Commit 2880a89

Browse files
authored
Merge pull request #496 from Nitrokey/spsc-view-dedup
Queue: implement QueueView on top of #486
2 parents 02cc494 + 6c2c077 commit 2880a89

File tree

3 files changed

+161
-71
lines changed

3 files changed

+161
-71
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3131
- Added `LinearMapView`, the `!Sized` version of `LinearMap`.
3232
- Added `HistoryBufferView`, the `!Sized` version of `HistoryBuffer`.
3333
- Added `DequeView`, the `!Sized` version of `Deque`.
34+
- Added `QueueView`, the `!Sized` version of `Queue`.
3435

3536
### Changed
3637

0 commit comments

Comments
 (0)