mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Update library/std/src/sync/rwlock.rs
Co-authored-by: Steven Fackler <sfackler@gmail.com>
This commit is contained in:
parent
d94b4e81e4
commit
261c952ba6
@ -24,7 +24,7 @@ use crate::sys_common::rwlock as sys;
|
||||
/// The priority policy of the lock is dependent on the underlying operating
|
||||
/// system's implementation, and this type does not guarantee that any
|
||||
/// particular policy will be used. In particular, a writer which is waiting to
|
||||
/// acquire the lock in `write` might or might not block future calls to
|
||||
/// acquire the lock in `write` might or might not block concurrent calls to
|
||||
/// `read`.
|
||||
///
|
||||
/// The type parameter `T` represents the data that this lock protects. It is
|
||||
|
Loading…
Reference in New Issue
Block a user