module Concurrent

def self.global_fast_executor

Experimental RBS support (using type sampling data from the type_fusion project).

def self.global_fast_executor: () -> Concurrent::FixedThreadPool

This signature was generated using 2 samples from 2 applications.

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