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 ?
asynchronously function to continue with my script without finishing
-
I want to run a function which ends my script within 10 minutes so I am thinking of using asynchronously and a function to achieve this but whenever I do this it just moves to function which has a sleep for time minutes and then And script command but instead of running both of them at the same time and finishing my script and while also running that timer
how can I achieve this
-
@FastSpace hey brother any clue about this