Packages

Call a function repeatedly with a delay between each call

Current section

Files

Jump to
repeatedly src repeatedly.app.src
Raw

src/repeatedly.app.src

{application, repeatedly, [
{vsn, "2.0.0"},
{applications, [gleam_stdlib]},
{description, "Call a function repeatedly with a delay between each call"},
{modules, [repeatedly]},
{registered, []}
]}.