karp wak:
Not it's not synchronized. Not only it's different threads, but it could also run on different computers, you definitely don't want this to be synchronized.
I wonder if the execution of OnTesterPass() event is synchronized with respect to the execution of each OnTester() event.
I mean if OnTester() runs on different threads simultaneously. When they are finished then OnTesterPass() are finshed is in the same sequence? Or they are disorderly?
Thank you so much!!
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I wonder if the execution of OnTesterPass() event is synchronized with respect to the execution of each OnTester() event.
I mean if OnTester() runs on different threads simultaneously. When they are finished then OnTesterPass() are finshed is in the same sequence? Or they are disorderly?
Thank you so much!!