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