livery_sup (livery v0.2.0)

View Source

Top-level Livery supervisor.

Supervises livery_req_sup, the per-request worker registry and concurrency cap, and the ETS-table owners livery_ratelimit_store, livery_client_circuit_store, and livery_client_balance_store. Listeners are owned by their wire libraries (h1/h2/quic); livery_service starts and stops them per service rather than under this supervisor.

Summary

Functions

init/1

-spec init([]) -> {ok, {supervisor:sup_flags(), [supervisor:child_spec()]}}.

start_link()

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