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 301efc8 commit be7cbdeCopy full SHA for be7cbde
lightning/src/util/wakers.rs
@@ -27,8 +27,6 @@ use core::future::Future as StdFuture;
27
use core::task::{Context, Poll};
28
use core::pin::Pin;
29
30
-use prelude::*;
31
-
32
/// Used to signal to one of many waiters that the condition they're waiting on has happened.
33
pub(crate) struct Notifier {
34
notify_pending: Mutex<(bool, Option<Arc<Mutex<FutureState>>>)>,
0 commit comments