Created
December 14, 2017 21:04
-
-
Save lasseebert/6828806ab5f9edd7d2a5fbf13d9aac60 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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