class Async::Variable

def value

Alias for {#wait}.
def value
	self.wait
end