Skip to content

Commit cb61b51

Browse files
committed
docs(executor): the waker is always used
1 parent be0be90 commit cb61b51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compio-executor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub struct ExecutorConfig {
106106
/// The maximum number of hot tasks to run in each tick.
107107
pub max_interval: u32,
108108

109-
/// A waker to be waken when a task is scheduled from other thread.
109+
/// A waker to be waken when a task is scheduled.
110110
///
111111
/// This is useful for waking up drivers that switch to kernel state when
112112
/// idle.

0 commit comments

Comments
 (0)