Type Alias pallet_broker::pallet::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§
struct Workload<T>(/* private fields */);