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 c24c8e4 commit 7e71ddaCopy full SHA for 7e71dda
library/std/src/sys/pal/vexos/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