Skip to content

Commit 580719a

Browse files
committed
doc(core): document IntervalRwLockCore::Priority
1 parent 2543d8a commit 580719a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ pub trait IntervalRwLockCore {
3636
/// The type used to represent interval endpoints.
3737
type Index;
3838

39+
/// Governs the ordering between pending borrows at the same location.
3940
type Priority;
4041

4142
/// The storage for per-lock data. Dropping it while it has an associated

0 commit comments

Comments
 (0)