Module executable

Module executable 

Source
Available on crate feature std only.
Expand description

Task scheduling module

Enums§

ExecutionType
OpResult

Traits§

Executable

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