Code for discovering and processing source files.
Code for discovering and processing source files.
(process-files! f paths)
Walk source files and apply the processing function to each.
Walk source files and apply the processing function to each.
(walk-files! process! config+paths)
Recursively process source files starting from the given paths
. Blocks
until all tasks complete and returns the result map, or throws an exception
if the wait times out.
Recursively process source files starting from the given `paths`. Blocks until all tasks complete and returns the result map, or throws an exception if the wait times out.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close