issues
search
WiresmithTech
/
Rust-LabVIEW-Interop
A crate for creating libraries in Rust that are called from LabVIEW
MIT License
7
stars
5
forks
source link
fix: Replace CTor with lazylock
#41
Closed
JamesMc86
closed
2 months ago
JamesMc86
commented
2 months ago
Seen possible race condition with CTor initialising before the LabVIEW RTE.
Replaced with new std library LazyLock so it is lazily evaluated which should mean the RTE is initialised before we run.
Refs: #40
Refs: #40