Configuring the Application

Let's learn how to start child processes and make them supervised.

The next step is to tell application.ex to automatically use the QuizManager.start_link/3 we just wrote to start a child process.

Starting a child process

In /lib/mastery/application.ex, we’ll add the following to the list of child processes, like this:

Get hands-on with 1200+ tech skills courses.