mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
This will make it possible to run background tasks in a type safe way. Sadly, this does mean that every plugin now needs to define the type alias and constructor function since Rust does not yet support defaults for associated types.