We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IntervalRwLockCore::Priority
1 parent 2543d8a commit 580719aCopy full SHA for 580719a
src/core/mod.rs
@@ -36,6 +36,7 @@ pub trait IntervalRwLockCore {
36
/// The type used to represent interval endpoints.
37
type Index;
38
39
+ /// Governs the ordering between pending borrows at the same location.
40
type Priority;
41
42
/// The storage for per-lock data. Dropping it while it has an associated
0 commit comments