Current section
Files
Jump to
Current section
Files
src/singleflight.app.src
{application, singleflight, [
{vsn, "1.1.0"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib]},
{description, "Singleflight request deduplication."},
{modules, [singleflight,
singleflight@@main]},
{registered, []}
]}.