1
0
Fork 0
nih-plug/plugins
Robbert van der Helm 297ad2a83e Add an AsyncExecutor associated type to Plugin
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.
2022-10-21 23:52:46 +02:00
..
crisp Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00
crossover Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00
diopser Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00
examples Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00
loudness_war_winner Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00
puberty_simulator Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00
safety_limiter Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00
spectral_compressor Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00