Closed elBoberido closed 1 month ago
Attention: Patch coverage is 77.40385%
with 47 lines
in your changes missing coverage. Please review.
Project coverage is 78.33%. Comparing base (
5ea8482
) to head (8f8bf24
). Report is 12 commits behind head on main.
Notes for Reviewer
This PR enables to connect 32 and 64 bit applications to have zero-copy communication. It is currently a technology preview based on spin locks and spin semaphores as replacement for their POSIX counterpart. For production, these contructs need to be based on futex on Linux and WaitOnAddress on Windows. For other OSes, solutions need to be found as well.
Pre-Review Checklist for the PR Author
iox-123-this-is-a-branch
)iox-#123 commit text
)task-list-completed
)Checklist for the PR Reviewer
iceoryx_hoofs
have been added to./clang-tidy-diff-scans.txt
Post-review Checklist for the PR Author
References