class Async::Condition

def initialize

def initialize
	@waiting = List.new
end