Closed elfenpiff closed 1 month ago
Just needs green CI.
Attention: Patch coverage is 74.54545%
with 28 lines
in your changes missing coverage. Please review.
Project coverage is 78.97%. Comparing base (
aec86ae
) to head (28cc01a
). Report is 11 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
iceoryx2-bb/posix/src/timer.rs | 74.54% | 28 Missing :warning: |
Notes for Reviewer
For the waitset we require a periodic timer so that it can be triggered cyclicly with multiple timeouts. The standard use case is a process that shall publish messages on two distinct services with different frequencies.
Another use case is to wait for incoming messages on a service with liveliness property. The process shall be triggered as soon as a timeout was hit so that it can take actions.
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 #425