Current section
Files
Jump to
Current section
Files
src/repeatedly.app.src
{application, repeatedly, [
{vsn, "2.1.0"},
{applications, [gleam_stdlib]},
{description, "Call a function repeatedly with a delay between each call"},
{modules, [repeatedly]},
{registered, []}
]}.