(assoc-processor-result {:as runtime-ctx :keys [anomaly?]} path res)
(execute-loggers {:as runtime-ctx
:keys [exception anomaly log-exception log-anomaly
log-success]})
Executes one of the global tap functions. If the context has an anomaly, calls log-anomaly. If the context has an exception, calls log-exception
Executes one of the global tap functions. If the context has an anomaly, calls log-anomaly. If the context has an exception, calls log-exception
(execute-steps {:as runtime-ctx :keys [queue exception anomaly]})
Sequentially runs each of the steps. It blocks the execution on the asynchronous steps. If any step assocs an exception to the runtime-context, the execution stops.
Sequentially runs each of the steps. It blocks the execution on the asynchronous steps. If any step assocs an exception to the runtime-context, the execution stops.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close