Allow BackgroundThread sharing between instances

This removes the need for every instance to have its own background
thread.
This commit is contained in:
Robbert van der Helm
2023-01-06 17:48:13 +01:00
parent 8d242b45ad
commit 5c9be077e7
6 changed files with 134 additions and 41 deletions

View File

@@ -73,6 +73,7 @@ docs = []
nih_plug_derive = { path = "nih_plug_derive" }
anyhow = "1.0"
anymap = "0.12.1"
atomic_float = "0.1"
atomic_refcell = "0.1"
backtrace = "0.3.65"