pub type ReadyQueue = FixedVec<Vec<ReadyRecord>, EpochPeriod>;
pub struct ReadyQueue(/* private fields */);