Package-level declarations

Classes for scheduling blocks of code repeatedly based on a Cron expression.

Types

Link copied to clipboard
class CronScheduler(threads: Int = getRuntime().availableProcessors())

Scheduler to execute tasks repeatedly. After using it, you should call the shutdown method. If the JVM finishes without calling shutdown, it will be called upon JVM termination.