Observing It
Let's learn how to use the graphical interface for managing Erlang applications.
Processes running in the application so far
We’ve fully configured the application for Mastery, and we know what those options mean. Think back to the configuration in application.ex
. We can probably guess which processes might be running in the application so far:
-
A process or two to load the application and start the main Mastery supervisor. ...