Skip to content

Instantly share code, notes, and snippets.

@tomjack
Created October 26, 2012 14:40
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 tomjack/d5207c5a5074af29b4ac to your computer and use it in GitHub Desktop.
Save tomjack/d5207c5a5074af29b4ac to your computer and use it in GitHub Desktop.
(let [queue (d/tx-report-queue conn)]
((fn tx-reports []
(lazy-seq (cons (.take queue) (tx-reports))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment