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