Move the spin looping for BBQueue frames into a dedicated function

This commit is contained in:
Clément Renault
2024-12-02 10:33:49 +01:00
parent be7d2fbe63
commit 263c5a348e
3 changed files with 49 additions and 44 deletions

View File

@ -99,6 +99,7 @@ rustc-hash = "2.0.0"
uell = "0.1.0"
enum-iterator = "2.1.0"
bbqueue = { git = "https://github.com/kerollmops/bbqueue" }
flume = { version = "0.11.1", default-features = false }
[dev-dependencies]
mimalloc = { version = "0.1.43", default-features = false }