2 releases (1 stable)

Uses old Rust 2015

1.0.0 May 21, 2016
0.1.0 Mar 11, 2016

#500 in Concurrency

Download history 33686/week @ 2023-11-17 36607/week @ 2023-11-24 38816/week @ 2023-12-01 42204/week @ 2023-12-08 45601/week @ 2023-12-15 20792/week @ 2023-12-22 28340/week @ 2023-12-29 44093/week @ 2024-01-05 37150/week @ 2024-01-12 37944/week @ 2024-01-19 42458/week @ 2024-01-26 40946/week @ 2024-02-02 45875/week @ 2024-02-09 44249/week @ 2024-02-16 52973/week @ 2024-02-23 39812/week @ 2024-03-01

189,640 downloads per month
Used in 332 crates (16 directly)

MIT/Apache

8KB
168 lines

rust-antidote

Documentation

Poison-free versions of the Rust standard library Mutex and RwLock types.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Mutex and RwLock types that do not poison themselves.

These types expose identical APIs to the standard library Mutex and RwLock except that they do not return PoisonErrors.

No runtime deps