Packages

Singleflight request deduplication.

Current section

Files

Jump to
singleflight src singleflight.app.src
Raw

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, []}
]}.