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**.