Update comment
This commit is contained in:
parent
597360f499
commit
06aaea1d6b
@ -8,7 +8,7 @@ fn duration_sanity(diff: Duration) {
|
|||||||
assert!(diff.as_millis() < 500);
|
assert!(diff.as_millis() < 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Thus far, only `libc::nanosleep`, is implemented, not `c::Sleep`.
|
// Sleeping on Windows is not supported yet.
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
fn test_sleep() {
|
fn test_sleep() {
|
||||||
let before = Instant::now();
|
let before = Instant::now();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user