Skip to content
  • Paul Sokolovsky's avatar
    extmod/modutimeq: Make scheduling fair (round-robin). · 830ce74f
    Paul Sokolovsky authored
    By adding back monotonically increasing field in addition to time field.
    As heapsort is not stable, without this, among entried added and readded
    at the same time instant, some might be always selected, and some might
    never be selected, leading to scheduling starvation.
    830ce74f