Available on crate feature
std only.Expand description
Task scheduling module
Enums§
Traits§
Functions§
- exec_
sched_ multi - This function allows executing multiple tasks as long as the tasks implement the Executable trait
- exec_
sched_ single - This function allows executing one task which implements the Executable trait