Skip to content

Instantly share code, notes, and snippets.

@skrat
Created August 4, 2016 16:02
Show Gist options
  • Save skrat/58bed0407292ecf05e670984cc0db4d7 to your computer and use it in GitHub Desktop.
Save skrat/58bed0407292ecf05e670984cc0db4d7 to your computer and use it in GitHub Desktop.
(go-loop [[c & chs] (all-ma-channels)]
(if c
(let [x (<! c)]
...
(recur chs))
return-val))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment