class IO::Event::Timers

def initialize

def initialize
	@heap = PriorityHeap.new
	@scheduled = []
end