frpong/src/clj/frpong/core.clj

7 lines
109 B
Clojure

(ns frpong.core)
(defmacro go-loop [& body]
`(cljs.core.async.macros/go
(while true
~@body)))