class Async::Condition

def initialize

Create a new condition.
def initialize
	@waiting = List.new
end