Skip to content

Instantly share code, notes, and snippets.

@michaelklishin
Created January 22, 2013 15:46
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 michaelklishin/449504b29ee63ff2e15a to your computer and use it in GitHub Desktop.
Save michaelklishin/449504b29ee63ff2e15a to your computer and use it in GitHub Desktop.
(let [c1 (wc/connect)
c2 (wc/connect)]
(wc/with-client c1
(comment "Now c1 will be used"))
(wc/with-client c2
(comment "Now c2 will be used")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment