class Async::Condition

def exchange

def exchange
	waiting = @waiting
	@waiting = List.new
	return waiting
end