Closed elfenpiff closed 1 month ago
Attention: Patch coverage is 73.52941%
with 9 lines
in your changes missing coverage. Please review.
Project coverage is 79.03%. Comparing base (
5904a48
) to head (ce791a4
). Report is 37 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
iceoryx2/src/port/waitset.rs | 72.72% | 9 Missing :warning: |
Notes for Reviewer
The language bindings for C and C++. The C API is tested through the C++ API, which utilizes it fully. The
event-multiplexing
example is not yet ported - this comes later.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
Relates to #390