mount

Azzurite 2018-10-05T16:07:40.000100Z

is there a reference documentation to mount? I just looked at the huge readme and wanted to instead quickly get an overview over the functions available

tolitius 2018-10-05T16:14:28.000100Z

depending on what you are looking for this sums it up:

(defstate conn :start (create-conn)
               :stop (disconnect conn))
(mount/start)
(mount/stop)
+ other functions that mostly used in testing / running subsystems: https://github.com/tolitius/mount#composing-states