Improvement Suggestion
Loom is a testing library for concurrent applications. It systematically explores all possible interleavings in a multithreaded program to detect subtle concurrency bugs.
It's already used in major projects, such as tokio-rs.
I believe adding Loom-based tests would improve the reliability of concurrent data structures like those in iceoryx2-bb/lock-free. (I also found that there is a todo comment for that.)
If you're okay with it, I'd be happy to submit a PR.