Skip to content

Instantly share code, notes, and snippets.

@mcohen01
Created January 19, 2014 23:45
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 mcohen01/8512579 to your computer and use it in GitHub Desktop.
Save mcohen01/8512579 to your computer and use it in GitHub Desktop.
(defn dwim
[user-id url]
(let [foo (bar)]
(do-something-async url ch)
(async/go (let [baz (async/<! ch)]
(println url foo baz)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment