Specific function for each thread
-
if I run 10 threads, can i make even number thread (thread 2,4,6,8,10) do function1 and odd number thread (thread 1,3,5,7,9) do function2?
-
@hifive,
Example # 1 splitting threads into 2 functions action_test1.xml.
Example # 2 splitting threads into any number of functions action_test2.xml.
-
Thanks for your help :)