Skip to content

Instantly share code, notes, and snippets.

@lasseebert
Created December 14, 2017 21:04
Show Gist options
  • Save lasseebert/6828806ab5f9edd7d2a5fbf13d9aac60 to your computer and use it in GitHub Desktop.
Save lasseebert/6828806ab5f9edd7d2a5fbf13d9aac60 to your computer and use it in GitHub Desktop.
children = [
# Many children here
# ...
MyProject.Geolocation
]
opts = [strategy: :one_for_one, name: MyProject.Supervisor]
Supervisor.start_link(children, opts)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment