eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.65k stars 384 forks source link

Add std::atomic abstraction #2329

Closed elBoberido closed 1 month ago

elBoberido commented 1 month ago

Brief feature description

In order to assure that the iceoryx 32-bit support does not break, an iox::Atomic needs to be added and used, which ensures that all atomic algorithms are always lock-free.