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?
-
pump
-
@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