Is there an easy way to limit the recording rate to core.async? So far, I could find two examples. One uses a sliding buffer and some SetTimeout magic to handle this, the other uses an external atom as a counter. I was expecting core.async to provide such functionality out of the box. Since one of the examples is pretty old (10 months), I would like to know if theres maybe a simpler solution?
I am looking for a solution that works with Clojure and ClojureScript.
clojure clojurescript
rogergl
source share