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 08c2236 commit 73820aeCopy full SHA for 73820ae
lightning/src/sync/debug_sync.rs
@@ -16,6 +16,7 @@ use parking_lot::Condvar as StdCondvar;
16
use parking_lot::Mutex as StdMutex;
17
use parking_lot::MutexGuard as StdMutexGuard;
18
19
+#[cfg(feature = "std")]
20
pub use parking_lot::WaitTimeoutResult;
21
22
use crate::prelude::*;
0 commit comments