Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Created September 22, 2013 00:28
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 mattdeboard/cd6472f952d48ac5673b to your computer and use it in GitHub Desktop.
Save mattdeboard/cd6472f952d48ac5673b to your computer and use it in GitHub Desktop.
(let [c (chan)]
(go (>! c "hello!"))
(go (.log js/console (<! c))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment