package
1.8.0
Repository: https://github.com/jolheiser/gitea.git
Documentation: pkg.go.dev

# 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.