Skip to content

Instantly share code, notes, and snippets.

Created December 4, 2017 20:56
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 anonymous/0136aa1775a001bc2afc73d1ed34ce78 to your computer and use it in GitHub Desktop.
Save anonymous/0136aa1775a001bc2afc73d1ed34ce78 to your computer and use it in GitHub Desktop.
(defn count-lines [channel npar]
(let [counters (for [_ (range npar)]
(w-counter channel))]
(async/reduce + 0 (async/merge counters))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment