referrerpolicy=no-referrer-when-downgrade

Workload

Type Alias Workload 

Source
pub type Workload<T> = StorageMap<_GeneratedPrefixForStorageWorkload<T>, Twox64Concat, CoreIndex, Schedule, ValueQuery>;
Expand description

The current workload of each core. This gets updated with workplan as timeslices pass.

Storage type is [StorageMap] with key type CoreIndex and value type Schedule.

Aliased Type§

pub struct Workload<T>(/* private fields */);