[][src]Crate lightspeed_scheduler

Modules

error
job
scheduler

Structs

JobExecutor

Functions

new_executor_with_local_tz

Creates a new Executor that uses the Local time zone for the execution times evaluation. For example, the cron expressions will refer to the Local time zone.

new_executor_with_tz

Creates a new Executor that uses a custom time zone for the execution times evaluation. For example, the cron expressions will refer to the specified time zone.

new_executor_with_utc_tz

Creates a new Executor that uses the UTC time zone for the execution times evaluation. For example, the cron expressions will refer to the UTC time zone.