Liking cljdoc? Tell your friends :D

lambdacd.execution.internal.execute-steps


contexts-for-stepsclj

(contexts-for-steps steps base-context)

creates contexts for steps

creates contexts for steps
sourceraw docstring

execute-stepsclj

(execute-steps
  steps
  args
  ctx
  &
  {:keys [step-result-producer is-killed unify-results-fn retrigger-predicate]
   :or {step-result-producer (serial-step-result-producer)
        is-killed (atom false)
        unify-results-fn (unify/unify-only-status
                           unify/successful-when-all-successful)
        retrigger-predicate retrigger/sequential-retrigger-predicate}})
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close