Dependency resolution for middleware/interceptors.
Dependency resolution for middleware/interceptors.
(post-order nodes)
(post-order get-provides get-requires nodes)
Put nodes
in post-order. Can also be described as a reverse topological sort.
get-provides
and get-requires
are callbacks that you can provide to compute the provide and depend
key sets of nodes, the defaults are :provides
and :requires
.
Put `nodes` in post-order. Can also be described as a reverse topological sort. `get-provides` and `get-requires` are callbacks that you can provide to compute the provide and depend key sets of nodes, the defaults are `:provides` and `:requires`.
cljdoc builds & hosts documentation for Clojure/Script libraries
⌘+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
⌘+/ | Jump to the search field |