boson-core 0.1.1

Portable Boson types, QueueBackend port, and identity hooks
Documentation
1
2
3
4
5
6
7
//! Queue persistence trait and related types.

mod queue_backend;

pub use queue_backend::{
    default_backend_from_global, JobEnqueueDisposition, QueueBackend, DEFAULT_BACKEND_NAME,
};