We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee83323 commit db15df1Copy full SHA for db15df1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.2.2
2
+
3
+- Add a special, efficient `bounded(1)` implementation.
4
5
# Version 1.2.1
6
7
- In the bounded queue, use boxed slice instead of raw pointers.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "concurrent-queue"
-version = "1.2.1"
+version = "1.2.2"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Concurrent multi-producer multi-consumer queue"
0 commit comments