From 6a1c9091569338e6210154dbb3259dc6e207ad29 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 8 Oct 2022 23:58:30 +0200 Subject: [PATCH] Add a comment about excess thread creation --- src/common/communication/clap.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/communication/clap.h b/src/common/communication/clap.h index eb05d62f..a2a934fd 100644 --- a/src/common/communication/clap.h +++ b/src/common/communication/clap.h @@ -78,6 +78,9 @@ class ClapAudioThreadSockets { callback_.close(); } + // TODO: These don't need mutual recursion. Make that optional to save some + // threads. + /** * Used for host->plugin audio thread function calls. */