Skip to content

Instantly share code, notes, and snippets.

@devth
Created August 27, 2014 17:56
(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