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