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

Waitset example with UnixDatagramSocket #503

Open elBoberido opened 2 weeks ago

elBoberido commented 2 weeks ago

Brief feature description

The iceoryx2 Waitset is much more powerful than the one from iceoryx1 since it can also wait on file descriptors. The event multiplexing example should be extended to show this capability.