... | ... | @@ -9,6 +9,8 @@ This module allows for two kinds of tasks to be scheduled: |
|
|
* An uninterruptible periodic task;
|
|
|
* Various asynchronous tasks.
|
|
|
|
|
|
In any case, tasks must NOT contain an infinite loop (such as `while(1)`): tasks are executed either periodically by the API (synchronous tasks), or run in background in a loop managed by the API itself (asynchronous tasks).
|
|
|
|
|
|
## Uninterruptible periodic task
|
|
|
|
|
|
This task is intended at containing all priority control code.
|
... | ... | |