docs: start and stop order
This commit is contained in:
parent
086257e4ed
commit
c9a0f0c605
1 changed files with 2 additions and 2 deletions
|
|
@ -155,8 +155,8 @@ the `(reset)` is then used in REPL to restart / relaod application state without
|
||||||
|
|
||||||
## Start and Stop Order
|
## Start and Stop Order
|
||||||
|
|
||||||
Since dependencies are "injected" by `require`ing on the namespace level, `mount` _trusts Clojure compiler_ to
|
Since dependencies are "injected" by `require`ing on the namespace level, `mount` **trusts the Clojure compiler** to
|
||||||
maintain the start order for all the `defstates`.
|
maintain the start and stop order for all the `defstates`.
|
||||||
|
|
||||||
The "start" order is then recorded and replayed on each `(reset)`.
|
The "start" order is then recorded and replayed on each `(reset)`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue