Type Alias pallet_broker::CoreMaskBitCount
source · pub type CoreMaskBitCount = u32;
Expand description
Counter for the total number of set bits over every core’s CoreMask
. u32
so we don’t
ever get an overflow. This is 1/80th of a Polkadot Core per timeslice. Assuming timeslices are
80 blocks, then this indicates usage of a single core one time over a timeslice.