Fork me on GitHub
#mount
<
2020-12-02
>
kirill.salykin10:12:30

Hi Is it possible to use both with-args and swap? seems one cancels other?

(-> (mount/with-args {:signal (promise)})
      (mount/swap {#'config/config (config/load-config)})
      (mount/start))
the (:signal (mount/args)) is nil