class IO::Event::Timers::Handle

def cancel!

Cancel the timer.
def cancel!
	@block = nil
end