Ableton Live VST3 parameter changes slow

It looks like it’s not safe to call setValueNotifyingHost() from a different thread:

I also get crashes from time to time. What solutions are possible to avoid blocking the UI thread while loading? Dispatch the calls back to the main thread?