monotone 0.4.0

Library of counters and queues for coordination in distributed systems.
Documentation
1
2
3
4
5
6
7
8
error_chain! {
    errors {
        NotFound(process_id: String) {
            description("ticket not found")
            display("ticket not found for process_id {}", process_id)
        }
    }
}