Module sched

Source
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