Merge branch 'master' into feature/vst3

This commit is contained in:
Robbert van der Helm
2020-12-11 00:47:41 +01:00
5 changed files with 62 additions and 17 deletions
+5
View File
@@ -278,4 +278,9 @@ class GroupBridge {
* @see handle_plugin_dispatch
*/
boost::asio::steady_timer shutdown_timer;
/**
* A mutex to prevent two threads from simultaneously modifying the shutdown
* timer when multiple plugins exit at the same time.
*/
std::mutex shutdown_timer_mutex;
};