Type Alias ReadyQueue

Source
pub type ReadyQueue = FixedVec<Vec<ReadyRecord>, EpochPeriod>;

Aliased Typeยง

struct ReadyQueue(/* private fields */);