Last active
August 29, 2015 14:00
-
-
Save gphil/26794cf1be3c6317594a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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