Fork me on GitHub
#mount
<
2024-05-09
Shady20:05:32

Hi all, is there a way to check the status of a mount state? I am using Clojure async, and sometimes the state is stopped, but threads are not aware yet that their dependencies (mount states) have stopped.

tolitius02:05:44

dev=> (mount/running-states)
#{"#'dev/postgres-datasource"
  "#'dev/redis-connection"
  "#'dev/http-server"}

Shady10:05:39

Thank you so much!

metal 1