class Async::Timeout

def time

@returns [Numeric] The time at which the timeout will occur, in seconds since {now}.
def time
	@handle.time
end