Liking cljdoc? Tell your friends :D

fonda.execute


assoc-processor-resultcljs

(assoc-processor-result {:as fonda-ctx :keys [anomaly?]} path res)
source

assoc-tap-resultcljs

(assoc-tap-result {:as fonda-ctx :keys [anomaly?]} res)
source

execute-loggerscljs

(execute-loggers {:as fonda-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
sourceraw docstring

execute-stepscljs

(execute-steps {:as fonda-ctx :keys [queue stack exception anomaly]})

Sequentially runs each of the steps.

It blocks the execution on the asynchronous steps. If any step assocs an exception to the FondaContext record, 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 FondaContext record, the execution stops.
sourceraw docstring

log-map-keyscljs

source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close