class EventMachine::Synchrony::Thread::ConditionVariable

def initialize


Creates a new ConditionVariable
def initialize
  @waiters = []
end