Struct bern_conf_type::Task[][src]

pub struct Task {
    pub pool_size: usize,
    pub priorities: u8,
}
Expand description

Task related config

Fields

pool_size: usize

The number of tasks that can be allocated in the static pool

priorities: u8

The number of different priorities. Keep the number low as it influences overhead when switching tasks

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.