Expand description
This module provides access to the scheduler.
Modules§
- scheduler
- The scheduler module is responsible for managing the tasks and threads in the system. It provides the necessary functions to create tasks and threads, and to switch between them.
- task
- This module provides the basic task and thread structures for the scheduler.
- thread
Functions§
- create_
task - Create a new task.
- create_
thread - enable_
scheduler - reschedule
- Reschedule the tasks.
- tick_
scheduler