cljs.repl.browser/constrain-order

functionsince v0.0-927Edit
(constrain-order order f)

Source docstring:
Elements to be printed in the REPL will arrive out of order. Ensure
that they are printed in the correct order.
Source code @ clojurescript:src/main/clojure/cljs/repl/browser.clj
(defn constrain-order
  [order f]
  (send-via es ordering add-in-order order f)
  (send-via es ordering run-in-order))