57 58 59
# File 'lib/right_agent/eventmachine_spawn.rb', line 57 def self.new(*args, &block) EM::Timer.new(*args) { EM_S.fiber_pool ? EM_S.fiber_pool.spawn(&block) : yield } end