Task: Difference between revisions

Content added Content deleted
m (Syntax)
No edit summary
 
Line 3: Line 3:
* mapping to the OS scheduling items, like a process or more often a thread;
* mapping to the OS scheduling items, like a process or more often a thread;
* using own scheduler within single OS task;
* using own scheduler within single OS task;
* own scheduler without OS support, bare board, common for real-time embedded systems.
* own scheduler without OS support, bare board, common for [[real-time computing|real-time]] embedded systems.