Closed abdrozak20 closed 3 years ago
I want to exec my command paralel
this is my code
and i hope the result like this
@abdrozak20 actually if we want to execute anything in parallel... just use
x.then(() => Promise.all(x.exec('cmd 1'), x.exec('cmd 2')))
I want to exec my command paralel
this is my code
and i hope the result like this