View Source erldist_filter_sup (erldist_filter v1.1.0)

Link to this section Summary

Link to this section Functions

-spec child_spec() -> supervisor:child_spec().
-spec child_specs() -> ChildSpecs when ChildSpecs :: [supervisor:child_spec()].
-spec init({}) -> InitResult
        when
            InitResult :: {ok, {SupFlags, [ChildSpec]}} | ignore,
            SupFlags :: supervisor:sup_flags(),
            ChildSpec :: supervisor:child_spec().
-spec start_link() -> supervisor:startlink_ret().
-spec sup_flags() -> supervisor:sup_flags().