frpong/src/clj/frpong/core.clj

7 lines
109 B
Clojure
Raw Normal View History

2013-09-15 03:19:05 +05:30
(ns frpong.core)
(defmacro go-loop [& body]
`(cljs.core.async.macros/go
(while true
~@body)))