We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0be90 commit cb61b51Copy full SHA for cb61b51
1 file changed
compio-executor/src/lib.rs
@@ -106,7 +106,7 @@ pub struct ExecutorConfig {
106
/// The maximum number of hot tasks to run in each tick.
107
pub max_interval: u32,
108
109
- /// A waker to be waken when a task is scheduled from other thread.
+ /// A waker to be waken when a task is scheduled.
110
///
111
/// This is useful for waking up drivers that switch to kernel state when
112
/// idle.
0 commit comments