Struct r3_core::kernel::raw_cfg::TaskDescriptor
source · pub struct TaskDescriptor<System> {
pub phantom: PhantomInvariant<System>,
pub start: Closure,
pub active: bool,
pub priority: usize,
pub stack_size: Option<usize>,
}
Expand description
The basic properties of a task.
Fields§
§phantom: PhantomInvariant<System>
§start: Closure
§active: bool
§priority: usize
§stack_size: Option<usize>