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.
def initialize(**executor_options) @scheduler = Scheduler.new(**executor_options) end