Method: ActiveJob::QueueAdapters::AsyncAdapter::Scheduler#executor

Defined in:
activejob/lib/active_job/queue_adapters/async_adapter.rb

#executorObject



110
111
112
# File 'activejob/lib/active_job/queue_adapters/async_adapter.rb', line 110

def executor
  immediate ? @immediate_executor : @async_executor
end