new(**executor_options)
See Concurrent::ThreadPoolExecutor for executor options.
# File activejob/lib/active_job/queue_adapters/async_adapter.rb, line 33 def initialize(**executor_options) @scheduler = Scheduler.new(**executor_options) end