Expand description
An asynchronous task scheduling library written in Rust.
tasklet
allows you to create scheduled tasks with specific execution patterns and
run them asynchronously using Tokio. It supports cron-like scheduling expressions and
provides a builder pattern for easy task creation.
Re-exports§
pub use errors::TaskError;
pub use errors::TaskResult;
pub use task::Task;
Modules§
Structs§
- Task
Builder - Task builder function.
- Task
Generator - Task generation structure.
- Task
Scheduler - Task scheduler and executor.