forge-core 0.0.2-alpha

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

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