From 21191e1b234c9e62cc234ddb7cbe32e5f79671eb Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 4 Dec 2023 18:18:42 +0100 Subject: [PATCH] Fix small error in readme (#856) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f63c27c0b..950ac91c7a 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ A concurrency framework for building real-time systems. - **Message passing** between tasks. Specifically, messages can be passed to software tasks at spawn time. -- **A timer queue** [^2]. Software tasks can be scheduled to run at some time - in the future. This feature can be used to implement periodic tasks. +- **A timer queue** [^2]. Software tasks can be delayed or scheduled to continue running + at some time in the future. This feature can be used to implement periodic tasks. - Support for prioritization of tasks and, thus, **preemptive multitasking**.