class Async::Variable

def resolved?

def resolved?
	@condition.nil?
end