Since you're having alot of problems, send me a PM with your current theory on why its crashing so I can help you dive into this issue and get it fixed for you if possible!
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