module ActiveJob

Nested Classes and Modules

class Dispatcher

A dispatcher for managing multiple definitions.

module Environment

The environment for the ActiveJob server.

class Executor

An executor for processing jobs using ActiveJob.

class Railtie

A Rails-specific adapter for ActiveJob that allows you to use Async::Job as the queue.

class Service

A job server that can be run as a service.

class ThreadLocalDispatcher

Used for dispatching jobs to a thread-local queue to avoid thread-safety issues.