Skip to content

Instantly share code, notes, and snippets.

@robey
Created July 3, 2013 23:00
Show Gist options
  • Save robey/5923601 to your computer and use it in GitHub Desktop.
Save robey/5923601 to your computer and use it in GitHub Desktop.
Running two processes in parallel (not tested in real life, typed from an airport)
task "test", run: ->
Q.all(
exec "long-ass process"
exec "another long-ass process"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment