Packages
A scheduling expansion for the Clockwork library, providing a way to define and manage recurring tasks.
Current section
Files
Jump to
Current section
Files
src/clockwork_schedule.app.src
{application, clockwork_schedule, [
{vsn, "2.0.0"},
{applications, [clockwork,
gleam_erlang,
gleam_otp,
gleam_stdlib,
gleam_time,
logging]},
{description, "A scheduling expansion for the Clockwork library, providing a way to define and manage recurring tasks."},
{modules, [clockwork_schedule,
clockwork_schedule@@main]},
{registered, []}
]}.