Implement a first version of the bbqueue channels

This commit is contained in:
Clément Renault
2024-11-26 12:19:32 +01:00
parent a2f64f6552
commit 79671c9faa
3 changed files with 55 additions and 0 deletions

View File

@ -98,6 +98,8 @@ allocator-api2 = "0.2.18"
rustc-hash = "2.0.0"
uell = "0.1.0"
enum-iterator = "2.1.0"
bbqueue = { git = "https://github.com/kerollmops/bbqueue" }
crossbeam = "0.8.4"
[dev-dependencies]
mimalloc = { version = "0.1.43", default-features = false }