thanks at @Allister for the work around which helps me out to continue developing my script?
@Fox the success number action should be able to track number of successful threads irrespective of were the action is being used in the main function or when call function in several threads action is used.
multi-threads
-
i run five threads at once.
I want to run another function when these 5 operations are finished or when the error occurs, and then I need to run these 5 threads again.for example, when one thread is successful, it will wait for the others to finish.
How can I do that?
-
@enesmertc said in multi-threads:
i run five threads at once.
I want to run another function when these 5 operations are finished or when the error occurs, and then I need to run these 5 threads again.for example, when one thread is successful, it will wait for the others to finish.
How can I do that?
Use the "Call function in several threads" action