#lock #data #mutex #scope #guard #let #thread #ref #poison #inner

rwlock2

A temporary fork of std::sync::RwLock with new APIs

9 releases

Uses old Rust 2015

0.2.5 Feb 3, 2016
0.2.4 Feb 3, 2016
0.1.2 Jan 12, 2016

42 downloads per month

MIT license

73KB
1.5K SLoC

rwlock2

A temporary fork of Mutex, RwLock and Condvar adding some methods.

You probably should not use this, just wait for the new methods to land in upstream std, but if you really really really want them go for it.

Author

Jonathan Reem is the primary author and maintainer of rwlock2.

License

MIT


lib.rs:

rwlock2

A temporary fork of the RwLock type from std, supplying map methods on the Read and Write guard types.

When these methods land in std, this crate will be obsolete.

Dependencies

~115KB