class Concurrent::Configuration

def global_timer_set

Other tags:
    See: Concurrent::timer -

Returns:
  • (ThreadPoolExecutor) - the thread pool
def global_timer_set
  @global_timer_set ||= Concurrent::TimerSet.new
end