eclipse-iceoryx / iceoryx2

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

Create `mpmc::queue` based on `mpmc::unique_index_set` #158

Closed elfenpiff closed 6 months ago

elfenpiff commented 6 months ago

Brief feature description

For the event concept id tracker, we require a mpsc::queue so that many notifiers can add their event id and the one listener can consume it whenever it wakes up.