Add AsyncExecutor support to ProcessContext

This commit is contained in:
Robbert van der Helm
2022-10-22 01:15:16 +02:00
parent ec8e99cf44
commit 84f834abb6
27 changed files with 107 additions and 46 deletions

View File

@@ -200,7 +200,7 @@ impl Plugin for SafetyLimiter {
&mut self,
buffer: &mut Buffer,
_aux: &mut AuxiliaryBuffers,
_context: &mut impl ProcessContext,
_context: &mut impl ProcessContext<Self>,
) -> ProcessStatus {
// Don't do anything when bouncing
if self.buffer_config.process_mode == ProcessMode::Offline {