decidingReservation Reservation,
otherReservations []Reservation,
return &PriorityReservationImpl{
decidingReservation: decidingReservation,
otherReservations: otherReservations,
}
}
// OK returns whether the limiter can provide the requested number of tokens