forge-core 0.9.0

Core types and traits for the Forge framework
Documentation
1
2
3
4
5
mod context;
mod traits;

pub use context::{JobContext, ProgressUpdate, empty_saved_data};
pub use traits::{BackoffStrategy, ForgeJob, JobInfo, JobPriority, JobStatus, RetryConfig};