WiresmithTech / Rust-LabVIEW-Interop

A crate for creating libraries in Rust that are called from LabVIEW
MIT License
7 stars 4 forks source link

impl Send on UHandle / LvOwned #22

Closed jkneer closed 3 months ago

jkneer commented 4 months ago

For types that handle memory, managed by the labview memory manager, it should be safe to implement Send.

JamesMc86 commented 3 months ago

Agreed - after doing some reading I believe that send and sync should be safe.