ClojureDocs

Nav

Namespaces

exit-ref

clojure.java.process

Available since 1.12
  • (exit-ref process)
Given a Process (the output of 'start'), return a reference that can be
used to wait for process completion then returns the exit value.