omango 0.2.2

Lock-free collections
Documentation
1
2
3
4
5
6
#[derive(PartialEq)]
pub(crate) enum State {
    Success,
    Failed,
    Closed
}