= private = protected
new()
Creates a new ConditionVariable
# File lib/thread.rb, line 54 def initialize @waiters = [] @waiters_mutex = Mutex.new end