quic_app (quic v1.3.1)

View Source

QUIC 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

start(StartType, StartArgs)

-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.

stop(State)

-spec stop(term()) -> ok.

Stop the QUIC application.