mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-24 13:01:00 +00:00
Update exports
This commit is contained in:
parent
a39cb084d2
commit
c00f739cdc
1 changed files with 2 additions and 2 deletions
|
@ -161,7 +161,7 @@
|
||||||
//! `background-jobs-core` crate, which provides the Job trait, as well as some
|
//! `background-jobs-core` crate, which provides the Job trait, as well as some
|
||||||
//! other useful types for implementing a jobs processor and job store.
|
//! other useful types for implementing a jobs processor and job store.
|
||||||
|
|
||||||
pub use background_jobs_core::{Backoff, Job, MaxRetries};
|
pub use background_jobs_core::{Backoff, Job, MaxRetries, UnsendJob, UnsendSpawner};
|
||||||
|
|
||||||
#[cfg(feature = "background-jobs-metrics")]
|
#[cfg(feature = "background-jobs-metrics")]
|
||||||
pub mod metrics {
|
pub mod metrics {
|
||||||
|
@ -186,4 +186,4 @@ pub mod memory_storage {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "background-jobs-actix")]
|
#[cfg(feature = "background-jobs-actix")]
|
||||||
pub use background_jobs_actix::{ActixJob, Manager, QueueHandle, WorkerConfig};
|
pub use background_jobs_actix::{ActixSpawner, Manager, QueueHandle, WorkerConfig};
|
||||||
|
|
Loading…
Reference in a new issue