Liking cljdoc? Tell your friends :D
Clojure only.

ablauf.job.sync

An execution engine for synchronous execution of ablauf jobs.

This namespace makes no assumption on how to actually perform side-effects, an action runner fn must be provided.

An execution engine for synchronous execution of ablauf jobs.

This namespace makes no assumption on how to actually
perform side-effects, an action runner fn must be provided.
raw docstring

runclj

(run ast action-fn)
(run ast context action-fn)

A basic AST runner which goes through all steps, useful to validate AST execution without having to go through the manifold runner

A basic AST runner which goes through all steps, useful to validate
AST execution without having to go through the manifold runner
sourceraw docstring

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

× close