module Concurrent

def self.global_timer_set

Returns:
  • (Concurrent::TimerSet) - the thread pool
def self.global_timer_set
  GLOBAL_TIMER_SET.value!
end