eclipse-iceoryx / iceoryx-rs

Rust wrapper for Eclipse iceoryx™ - true zero-copy inter-process-communication
Apache License 2.0
86 stars 16 forks source link

Rename POD marker to ShmSend #27

Closed elBoberido closed 2 years ago

elBoberido commented 2 years ago

Brief feature description

The POD marker trait is used to mark data types which can be transferred across process boundaries. This is similar to std::marker::Send which is used for data types which can be transferred across thread boundaries. To utilize this familiarity, POD should be renamed to ShmSend