eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
1.03k stars 40 forks source link

Add `Subscriber::has_samples()` #335

Closed elfenpiff closed 3 months ago

elfenpiff commented 3 months ago

Brief feature description

When waiting in some loop context it may be valuable to check if the subscriber has data or not.