Skip to content

Instantly share code, notes, and snippets.

@mbriggs
Created September 18, 2014 02:30
Show Gist options
  • Select an option

  • Save mbriggs/e536134f0166ebce092f to your computer and use it in GitHub Desktop.

Select an option

Save mbriggs/e536134f0166ebce092f to your computer and use it in GitHub Desktop.
meh
(defn- deref2 [_ p] @p)
(defn gather!
[{:keys [queues]}]
(send queues deref2 (rabbit/get-queues)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment