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.