79 80 81 82 83 84
# File 'lib/worker.rb', line 79 def join loop do break if @defers.size == 0 sleep 0.1 end end