1
0
Fork 0
nih-plug/nih_plug_derive
Robbert van der Helm 221e424f78 Use thread safe interior mutability for persist
Sadly there's not really a safe way to do this otherwise, but if you
really want to have persistence this way and absolutely need it to be
lock-free (because you're going to use it from the GUI thread), then you
can implement your own PersistentField.
2022-01-30 17:07:50 +01:00
..
src Use thread safe interior mutability for persist 2022-01-30 17:07:50 +01:00
Cargo.toml Rename packages to snake case 2022-01-25 12:35:13 +01:00