Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- children = [
- {
- Proc0,
- []
- },
- %{
- id: SupSup,
- start: {
- Supervisor,
- :start_link,
- [[spec1, spec2], [strategy: :one_for_all, name: SupSup]]
- }
- }
- ]
- opts = [strategy: :one_for_one, name: RootSup]
- Supervisor.start_link(children, opts)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement