Skip to content

Instantly share code, notes, and snippets.

@devth
Created August 27, 2014 17:56
Show Gist options
  • Select an option

  • Save devth/c834813c47ec898d6434 to your computer and use it in GitHub Desktop.

Select an option

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