Hi, I have 4 variables A1,A2,A3,A4.
How can I do the action "Call function in several threads" in 4 threads and each thread uses a different variable.
Thank.
I createa server in Node.js and I want to run this function when it is called, and then do the task asynchronously in a seperate thread and browser and then return the result how can I do this ?