class ActiveJob::QueueAdapters::AsyncAdapter

def initialize(**executor_options)

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

def initialize: (**Hash executor_options) -> void

This signature was generated using 1 sample from 1 application.

See {Concurrent::ThreadPoolExecutor}[https://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/ThreadPoolExecutor.html] for executor options.
def initialize(**executor_options)
  @scheduler = Scheduler.new(**executor_options)
end