class IO::Event::Timers::Handle

def cancelled?

@returns [Boolean] Whether the timer has been cancelled.
def cancelled?
	@block.nil?
end