File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,10 @@ impl Condvar {
144
144
/// differences that may not cause the maximum amount of time
145
145
/// waited to be precisely `ms`.
146
146
///
147
+ /// Note that the best effort is made to ensure that the time waited is
148
+ /// measured with a monotonic clock, and not affected by the changes made to
149
+ /// the system time.
150
+ ///
147
151
/// The returned boolean is `false` only if the timeout is known
148
152
/// to have elapsed.
149
153
///
@@ -168,6 +172,10 @@ impl Condvar {
168
172
/// preemption or platform differences that may not cause the maximum
169
173
/// amount of time waited to be precisely `dur`.
170
174
///
175
+ /// Note that the best effort is made to ensure that the time waited is
176
+ /// measured with a monotonic clock, and not affected by the changes made to
177
+ /// the system time.
178
+ ///
171
179
/// The returned `WaitTimeoutResult` value indicates if the timeout is
172
180
/// known to have elapsed.
173
181
///
You can’t perform that action at this time.
0 commit comments