Skip to content

Tasks

Requirement ID: F001-1

User Story

As a developer, I want to create tasks, so that I can separate independent code sections.

Acceptance Criteria

  1. Syntax similar to async_std::task::spawn (N005-1)
  2. Tasks can wait delay(<ms>)
  3. The number of tasks can be configured at compile time
Edited by Stefan Lüthi