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.
wake_list::WakeList
1 parent 035f0f6 commit c2d5790Copy full SHA for c2d5790
tokio/src/util/mod.rs
@@ -30,8 +30,6 @@ pub(crate) use wake::{waker, Wake};
30
// rt and signal use `Notify`, which requires `WakeList`.
31
feature = "rt",
32
feature = "signal",
33
- // time driver uses `WakeList` in `Handle::process_at_time`.
34
- feature = "time",
35
))]
36
mod wake_list;
37
#[cfg(any(
@@ -41,7 +39,6 @@ mod wake_list;
41
39
feature = "fs",
42
40
43
44
45
46
pub(crate) use wake_list::WakeList;
47
0 commit comments