mq 0.30.0

Simple Message Queue
Documentation
1
2
3
4
pub enum JobResult {
    CompleteWithSuccess,
    CompleteWithCancelled(Option<String>),
}