eclipse-iceoryx / iceoryx2

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

Add tests with `LifetimeTracker` for `Queue` and `Vec` #190

Closed elfenpiff closed 2 months ago

elfenpiff commented 2 months ago

Brief feature description

The cleanup of objects is not tested in Vec and Queue. Add further tests.