Skip to content

Instantly share code, notes, and snippets.

@devth
Created August 27, 2014 17:56
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 devth/c834813c47ec898d6434 to your computer and use it in GitHub Desktop.
Save devth/c834813c47ec898d6434 to your computer and use it in GitHub Desktop.
(def ^{:dynamic true} foo "ok")
(binding [foo "y u no"]
(def aa (go (Thread/sleep 10000) foo)))
(<!! aa) ;=> y u no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment