Hi my script uses DATA.
Each thread will run corresponding to a certain line in DATA.
Is there a way that if a thread fails and stops, it will run again with its previous data?
Thanks very much.
Each asynchronous function started, starts in separate thread.
So in that example you will have 2 threads since 2 asynchronous functions
will be started, each with its own (different) script.