class IO::Event::Timers::Handle

def > other

@returns [Boolean] Whether the handle is greater 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