Crate distributed_scheduler

Source
Expand description

This is the main library file for the project.

Modulesยง

cron
The cron module contains the Cron struct, which is the main entry point for the library, providing the ability to add and remove jobs.
driver
The driver module contains the Driver trait and its implementations.
node_pool
The node_pool module contains the NodePool struct, which is used to manage the nodes in the cluster.