View Source quicer_conn_acceptor_sup (quicer v0.0.303)
Summary
Functions
Starts the supervisor
Functions
-spec start_link(ListenerH :: quicer:listener_handle(), ConnOpts :: map()) -> {ok, Pid :: pid()} | {error, {already_started, Pid :: pid()}} | {error, {shutdown, term()}} | {error, term()} | ignore.