Add a comment about excess thread creation

This commit is contained in:
Robbert van der Helm
2022-10-08 23:58:30 +02:00
parent 7fb7648c22
commit 6a1c909156
+3
View File
@@ -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.
*/