eclipse-iceoryx / eclipse-iceoryx/iceoryx2
Check memory order of thread fence in `mpmc/unique_index_set.rs`
Open
invalid
- Dominant language
- Rust
- Stars
- 2.5k
- Forks
- 185
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 32
Description
## Required information
In iceoryx1 the loffli (template for the unique index set) has an ?issue? with the memory ordering of the atomic thread fences at the end of the push and pop method.
Check if the unique index set has the same issue and ensure that the memory order really fits.
Contributor guide
Assessment
This issue has not been assessed yet.