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