I can't seem to find any documentation on the Clojurescript cljs.core.PersistentQueue. Should I be using it at all? Or should I be using another method of making a Clojurescript queue?
Update
In the meantime I am using channels, (<!, (>!
and go blocks and this seems to do the trick