TM1 Function for TI, Synchronized

Forces processes to run in sequence.

What is the Synchronized function?

Synchronized forces processes to run in sequence. 

Where can the Synchronized function be used?

TurboIntegrator

What is the syntax for Synchronized?

synchronized(string);

string = Lock object name.

A demonstration on how to use Synchronized

Show how processes behave when synchronized is used and isn’t used.