Re-exports§
pub use job::job_data::JobState as JobNotification;
pub use job::to_code::JobCode;
pub use job::to_code::NotificationCode;
pub use job::to_code::PinnedGetFuture;
pub use job::to_code::ToCode;
pub use job::JobLocked as Job;
pub use job::OnJobNotification;
pub use job::JobBuilder;
pub use job::JobToRun;
pub use job::JobToRunAsync;
pub use store::MetaDataStorage;
pub use store::NotificationStore;
Modules§
Structs§
- Context
- JobScheduler
- The JobScheduler contains and executes the scheduled jobs.
- Simple
JobCode - Simple
Metadata Store - Simple
Notification Code - Simple
Notification Store