# File lib/ftw/pool.rb, line 61 def each(&block) @lock.synchronize do @pool.each do |identifier, object| block.call(identifier, object) end end end