Skip to content

Instantly share code, notes, and snippets.

@mcohen01
Created January 19, 2014 23:45
Show Gist options
  • 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