Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/design/preemption.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ not allow preempting any of the tasks in that queue.
### A task cannot preempt other tasks in the same application

As part of the current design we are only implementing inter-queue preemption.
This rule does not apply for inter-queue preemption. It is documented here to
This rule does not apply for intra-queue preemption. It is documented here to
make extending to intra-queue preemption possible without a rule change.

When a task is considered for preemption the task that triggered the preemption
Expand Down