Class: EventMachineSpawn::PeriodicTimer
- Defined in:
- lib/right_agent/eventmachine_spawn.rb
Class Method Summary collapse
Class Method Details
.new(*args, &block) ⇒ Object
63 64 65 |
# File 'lib/right_agent/eventmachine_spawn.rb', line 63 def self.new(*args, &block) EM::PeriodicTimer.new(*args) { EM_S.fiber_pool ? EM_S.fiber_pool.spawn(&block) : yield } end |