Skip to content

Time Slicing

Requirement ID: F001-4

User Story

As a developer, I want the CPU to be shared between tasks with equal priority, so that I don't have to bother with switching active tasks.

Acceptance Criteria

  1. If multiple tasks of equal priority are running, a task runs at max for one time slice.
Edited by Stefan Lüthi