class Async::Variable

def value

def value
	@condition&.wait
	return @value
end