Packages

Bringing debounce and throttle utilities to Lustre for the erlang target.

Current section

Files

Jump to
lustre_limiter src lustre_limiter.app.src
Raw

src/lustre_limiter.app.src

{application, lustre_limiter, [
{vsn, "1.0.0"},
{applications, [birl,
gleam_erlang,
gleam_javascript,
gleam_otp,
gleam_stdlib,
gleeunit,
lustre]},
{description, "Bringing debounce and throttle utilities to Lustre for the erlang target."},
{modules, [lustre_limiter,
lustre_limiter@internals]},
{registered, []}
]}.