mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
Fix small error in readme (#856)
This commit is contained in:
parent
c227a71d24
commit
21191e1b23
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ A concurrency framework for building real-time systems.
|
||||||
- **Message passing** between tasks. Specifically, messages can be passed to
|
- **Message passing** between tasks. Specifically, messages can be passed to
|
||||||
software tasks at spawn time.
|
software tasks at spawn time.
|
||||||
|
|
||||||
- **A timer queue** [^2]. Software tasks can be scheduled to run at some time
|
- **A timer queue** [^2]. Software tasks can be delayed or scheduled to continue running
|
||||||
in the future. This feature can be used to implement periodic tasks.
|
at some time in the future. This feature can be used to implement periodic tasks.
|
||||||
|
|
||||||
- Support for prioritization of tasks and, thus, **preemptive multitasking**.
|
- Support for prioritization of tasks and, thus, **preemptive multitasking**.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue