Advertisement
Guest User

Untitled

a guest
Sep 9th, 2020
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. children = [
  2. {
  3. Proc0,
  4. []
  5. },
  6. %{
  7. id: SupSup,
  8. start: {
  9. Supervisor,
  10. :start_link,
  11. [[spec1, spec2], [strategy: :one_for_all, name: SupSup]]
  12. }
  13. }
  14. ]
  15.  
  16. opts = [strategy: :one_for_one, name: RootSup]
  17.  
  18. Supervisor.start_link(children, opts)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement