We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d282c9 commit e69a490Copy full SHA for e69a490
library/std/src/sys/pal/unsupported/thread.rs
@@ -2,7 +2,7 @@ use super::unsupported;
2
use crate::ffi::CStr;
3
use crate::io;
4
use crate::num::NonZero;
5
-use crate::time::Duration;
+use crate::time::{Duration, Instant};
6
7
pub struct Thread(!);
8
0 commit comments