otplike.supervisor
check-child-specs
(check-child-specs spec)delete-child
(delete-child sup id)restart-child
(restart-child sup id)start-child
(start-child sup child-spec)start-link
(start-link sup-fn)(start-link sup-fn args)(start-link sup-name sup-fn args)Supervisor always links to calling process. Thus it can not be started from nonprocess context.
terminate-child
(terminate-child sup id)