Method: OneApm::Support::EventLoop::Timer#reschedule

Defined in:
lib/one_apm/support/event/timer.rb

#rescheduleObject



19
20
21
# File 'lib/one_apm/support/event/timer.rb', line 19

def reschedule
  @next_fire_time = calculate_next_fire_time
end