quic_happy_sup (quic v1.6.4)

View Source

Summary

Functions

Start a supervised coordinator. Args is the argument list for quic_happy:start_coordinator/1. Returns the coordinator pid.

Functions

init(_)

start_child(Args)

-spec start_child(list()) -> {ok, pid()} | {error, term()}.

Start a supervised coordinator. Args is the argument list for quic_happy:start_coordinator/1. Returns the coordinator pid.

start_link()

-spec start_link() -> {ok, pid()} | {error, term()}.