apalis-core 0.7.4

Core for apalis: simple, extensible multithreaded background processing for Rust
Documentation
1
2
3
4
5
6
/// A unique tracker for number of attempts
pub mod attempt;
/// A wrapper type for storing the namespace
pub mod namespace;
/// A unique ID that can be used by a backend
pub mod task_id;