CronScheduler
constructor(threads: Int = getRuntime().availableProcessors())
Parameters
threads
Number of threads used by the thread pool. By default, it is equals to the number of processors.
Number of threads used by the thread pool. By default, it is equals to the number of processors.