Guest User

Untitled

a guest
Dec 17th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. children = [
  2. # Many children here
  3. # ...
  4. MyProject.Geolocation
  5. ]
  6.  
  7. opts = [strategy: :one_for_one, name: MyProject.Supervisor]
  8. Supervisor.start_link(children, opts)
Add Comment
Please, Sign In to add comment