function | since v0.0-927 | Edit |
(constrain-order order f)
Elements to be printed in the REPL will arrive out of order. Ensure that they are printed in the correct order.
(defn constrain-order
[order f]
(send-via es ordering add-in-order order f)
(send-via es ordering run-in-order))