Print {:run-completed true} at end of run

This commit is contained in:
Lee Spector 2023-11-12 14:43:26 -05:00
parent 6c38a87460
commit 177f3ad1eb

View File

@ -39,6 +39,7 @@
(defn cleanup
[]
#?(:clj (shutdown-agents))
(prn {:run-completed true})
nil)
(defn gp-loop