101 102 103 104
# File 'lib/h2.rb', line 101 def init_blocking @mutex = Mutex.new @condition = ConditionVariable.new end