class Async::HTTP::Protocol::HTTP2::Response

def wait

def wait
	@notification.wait
	
	if @exception
		raise @exception
	end
end