livery_sup (livery v0.2.0)
View SourceTop-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
-spec init([]) -> {ok, {supervisor:sup_flags(), [supervisor:child_spec()]}}.