# Functions
ListTasks returns all running cron tasks.
NewContext begins cron tasks Each cron task is run within the shutdown context as a running server AtShutdown the cron server is stopped.
WithUnique wrap a cron func with an unique running check.
# Type aliases
Func defines a cron function body.