Parameter Changes & Thread Safety

Don’t forget that you always can call

suspendProcessing(true);
// do something
suspendProcessing(false);

in the processor code to avoid any processing while loading something.

1 Like