Tried all method, dont know how do ,.....I make a loop and thread, setup for example 3 thread, when take a line from a .csv want to be unique in every thread and on loop to not repeat
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.
@Diya.3rif Need to use reources and set maximum succes number (recomended).
If you work in one thread and use loop(not recomended), you can unset Reuse recources.