Skip to content

Instantly share code, notes, and snippets.

@tolitius
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save tolitius/51181e707a8730c52df1 to your computer and use it in GitHub Desktop.

Select an option

Save tolitius/51181e707a8730c52df1 to your computer and use it in GitHub Desktop.
processes cauldron events
(defn listen-to-events [ch transform signal]
(go-loop []
(-> (<! ch)
transform
signal)
(recur)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment