Skip to content

Instantly share code, notes, and snippets.

@gphil
Last active August 29, 2015 14:00
Show Gist options
  • Save gphil/26794cf1be3c6317594a to your computer and use it in GitHub Desktop.
Save gphil/26794cf1be3c6317594a to your computer and use it in GitHub Desktop.
(defn run-job
[]
(future sub-job-1)
(future sub-job-2)
(future sub-job-3)
(future sub-job-4))
(run-job)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment