class IO::Event::Timers::Handle

def < other

@returns [Boolean] Whether the handle is less than the other handle.
@parameter other [Handle] The other handle to compare with.

Compare the handle with another handle.
def < other
	@time < other.time
end