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.
notify_one
1 parent f8221e8 commit f7bdde3Copy full SHA for f7bdde3
lightning/src/sync/debug_sync.rs
@@ -67,6 +67,7 @@ impl Condvar {
67
self.inner.notify_all();
68
}
69
70
+ #[allow(unused)]
71
pub fn notify_one(&self) {
72
self.inner.notify_one();
73
0 commit comments