module Concurrent

def self.global_fast_executor

Returns:
  • (ThreadPoolExecutor) - the thread pool
def self.global_fast_executor
  GLOBAL_FAST_EXECUTOR.value!
end