# File lib/em/pool.rb, line 45 def initialize @resources = EM::Queue.new @removed = [] @contents = [] @on_error = nil end