# File lib/system_timer/concurrent_timer_pool.rb, line 35
35:     def next_trigger_time
36:       timer = next_timer
37:       timer.trigger_time unless timer.nil?
38:     end