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 1c1c168 commit 06a2fb8Copy full SHA for 06a2fb8
src/utils.rs
@@ -64,6 +64,7 @@ mod timer {
64
pub type Timer = smol::Timer;
65
}
66
67
+#[cfg(any(feature = "unstable", feature = "default"))]
68
pub(crate) fn timer_after(dur: std::time::Duration) -> timer::Timer {
69
#[cfg(not(target_os = "unknown"))]
70
once_cell::sync::Lazy::force(&crate::rt::RUNTIME);
0 commit comments