kubernetes/pkg/scheduler/util/queue/fifo.go

const normalSize

type FIFO

func (q *FIFO[T]) Len() int {}

func (q *FIFO[T]) Push(element T) {}

func (q *FIFO[T]) Pop() (element T, ok bool) {}