22 23 24 25 26 27
# File 'lib/thread/task/base.rb', line 22 def release @monitor.synchronize do @rest += 1 @lock_cond.signal end end