class Async::Variable

def resolved?

@returns [Boolean] Whether the value has been resolved.

Whether the value has been resolved.
def resolved?
	@condition.nil?
end