Method: OneApm::Support::EventLoop::Timer#reschedule
- Defined in:
- lib/one_apm/support/event/timer.rb
#reschedule ⇒ Object
19 20 21 |
# File 'lib/one_apm/support/event/timer.rb', line 19 def reschedule @next_fire_time = calculate_next_fire_time end |