ParaIdAffinity: StorageDescriptor<[Key: number], {
    core_index: number;
    count: number;
}, true, never>

Maps a ParaId to CoreIndex and keeps track of how many assignments the scheduler has in it's lookahead. Keeping track of this affinity prevents parallel execution of the same ParaId on two or more CoreIndexes.