BUG REPORT: AsyncUpdater for real time use in ParameterAttachment

You can definitely optimize the timer so it’s a single (static) timer that has an atomic bool that only gets set if any of the parameters changed, and otherwise do nothing. That’s what I do in my ParameterAttachment class and there’s no penalty even for thousands of parameters.