Skip to content

Instantly share code, notes, and snippets.

View beetleman's full-sized avatar
🐐
💕

Mateusz Probachta-Jeżowski beetleman

🐐
💕
  • Cracow
  • 15:38 (UTC -12:00)
View GitHub Profile
;;=============== play with flow ==============
(require '[clojure.core.async :as async]
'[clojure.core.async.flow :as flow]
'[clojure.pprint :as pp]
'[clojure.datafy :as d])
(set! *warn-on-reflection* true)
(defn monitoring [{:keys [report-chan error-chan]}]
(prn "========= monitoring start")