class Async::Timeout

def cancelled?

@returns [Boolean] Whether the timeout has been cancelled.
def cancelled?
	@handle.cancelled?
end