Skip to content

Commit b752788

Browse files
committed
removes comment
1 parent baf7d1d commit b752788

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,6 @@ impl Thread {
318318

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

0 commit comments

Comments
 (0)