class Async::Timeout

def cancel!

Cancel the timeout, preventing it from executing.
def cancel!
	@handle.cancel!
end