In Elixir, are dependent applications supervised?

Viewed 417

So far, I know that when I start my Elixir application, a bunch of dependent applications also get started.

Are these dependent applications started inside my app supervision tree somehow?

What happens if a dependent application crashes? Is it restarted?

2 Answers
Related