class Async::Variable

def initialize(condition = Condition.new)

def initialize(condition = Condition.new)
	@condition = condition
	@value = nil
end