Closed StratusFearMe21 closed 1 year ago
This isn't necessarily a better solution than using Box::leak(Box::new()), but it's better for memory and allows the RealtimeSynth to be dropped by the compiler.
Box::leak(Box::new())
RealtimeSynth
This isn't necessarily a better solution than using
Box::leak(Box::new())
, but it's better for memory and allows theRealtimeSynth
to be dropped by the compiler.