29 30 31 32 33
# File 'src/ruby/lib/grpc/notifier.rb', line 29 def wait @mutex.synchronize do @cvar.wait(@mutex) until notified? end end