class Async::Condition

def initialize

def initialize
	@waiting = []
end