Closed elfenpiff closed 3 weeks ago
Attention: Patch coverage is 0%
with 8 lines
in your changes missing coverage. Please review.
Project coverage is 79.13%. Comparing base (
5f6a0dc
) to head (355b962
). Report is 6 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
iceoryx2/src/port/waitset.rs | 0.00% | 8 Missing :warning: |
Notes for Reviewer
To be able to perform better debugging, the streaming operator for the waitset attachment id was added. Furthermore,
std::hash
was implemented for it to be able to organize it in a hash map.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 #488