Github: run-parallel (javascript)
Run an array of functions in parallel
install
npm install run-parallelusage
parallel(tasks, [callback])
Run the
tasksarray of functions in parallel, without waiting until the previous function has completed. If any of the functions pass an error to its callback, the maincallbackis immediately called with the value of the error. Once thetaskshave completed, the results are passed to the finalcallbackas an arr
source:
$link[host]
Read Original Source
