View Source erldist_filter_app (erldist_filter v1.1.0)

Link to this section Summary

Link to this section Functions

Link to this function

start(StartType, StartArgs)

View Source
-spec start(StartType, StartArgs) -> {ok, Pid} | {ok, Pid, State} | {error, Reason}
         when
             StartType :: application:start_type(),
             StartArgs :: term(),
             Pid :: pid(),
             State :: term(),
             Reason :: term().
-spec stop(State) -> Ignored when State :: term(), Ignored :: term().