27 28 29 30
# File 'lib/rmega/pool.rb', line 27 def wait_done return if done? synchronize { @resource.wait(@mutex) } end