quic_app (quic v1.3.1)
View SourceQUIC application behaviour.
This module implements the OTP application behaviour for the QUIC library, providing supervision and lifecycle management for multi-pool server support.
Summary
Functions
Start the QUIC application. Creates the top-level supervision tree for multi-pool server support.
Stop the QUIC application.
Functions
-spec start(application:start_type(), term()) -> {ok, pid()} | {error, term()}.
Start the QUIC application. Creates the top-level supervision tree for multi-pool server support.
-spec stop(term()) -> ok.
Stop the QUIC application.