xlsynth / xlsynth-crate

Rust crate that publishes XLSynth capabilities (wrapping libxlsynth.so/.dylib)
https://crates.io/crates/xlsynth
Apache License 2.0
0 stars 1 forks source link

Structure IrPackage for multi-threading. #7

Closed cdleary closed 1 month ago

cdleary commented 1 month ago

Example with lazy_static! initialization and subsequent use by many threads.