Skip to content

Instantly share code, notes, and snippets.

/core.clj Secret

Created January 5, 2014 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/aaed7ff0b206c5fddcb7 to your computer and use it in GitHub Desktop.
Save anonymous/aaed7ff0b206c5fddcb7 to your computer and use it in GitHub Desktop.
Execute with delay
(doseq [delay '(1000 0 800 50)]
(future (do
(Thread/sleep delay)
(println delay))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment