Overview
-
module ActiveJob-
module QueueAdapters-
class AsyncJobAdapterActiveJob adapter for async-job, providing asynchronous job processing capabilities.
-
-
-
module Async-
module Job-
module Adapter-
module ActiveJob-
class DispatcherA dispatcher for managing multiple definitions.
-
module EnvironmentThe environment for the ActiveJob server.
-
class ExecutorAn executor for processing jobs using
ActiveJob. -
class RailtieA Rails-specific adapter for
ActiveJobthat allows you to useAsync::Jobas the queue. -
class ServiceA job server that can be run as a service.
-
class ThreadLocalDispatcherUsed for dispatching jobs to a thread-local queue to avoid thread-safety issues.
-
-
-
-