Closed elBoberido closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.96%. Comparing base (
da1ec61
) to head (453dada
). Report is 5 commits behind head on main.
We reached the Cirrus CI limit. Merging anyway since the github CI is our main CI.
Notes for Reviewer
This PR enables lock-free atomics for 32-bit architectures. Since all common 32-bit architectures support 8 byte CAS operations, the reader-writer lock implementation is not required.
Pre-Review Checklist for the PR Author
SPDX-License-Identifier: Apache-2.0 OR MIT
iox2-123-introduce-posix-ipc-example
)[#123] Add posix ipc example
)task-list-completed
)Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Closes #401