Created
September 18, 2014 02:30
-
-
Save mbriggs/e536134f0166ebce092f to your computer and use it in GitHub Desktop.
meh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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