Skip to content

Commit 6bb6766

Browse files
committed
removes comment
1 parent 71b9a61 commit 6bb6766

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

library/std/src/sys/unix/thread.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,6 @@ impl Thread {
319319

320320
#[cfg(any(target_os = "macos", target_os = "ios", target_os = "tvos", target_os = "watchos"))]
321321
pub fn sleep_until(deadline: crate::time::Instant) {
322-
// does not count during sleep/suspend same as clock monotonic
323-
// does instant use mach_absolute_time?
324-
// https://developer.apple.com/library/archive/technotes/tn2169/_index.html
325-
326322
use super::time::Timespec;
327323
use core::mem::MaybeUninit;
328324

0 commit comments

Comments
 (0)