class Timers::Timer

def <=>(other)

def <=>(other)
  @offset <=> other.offset
end