Module: Servus::Extensions::Async

Defined in:
lib/servus/extensions/async/ext.rb,
lib/servus/extensions/async/job.rb,
lib/servus/extensions/async/call.rb,
lib/servus/extensions/async/errors.rb

Overview

Asynchronous execution extensions for Servus services.

This module provides the infrastructure for running services in background jobs via ActiveJob. When loaded, it extends Base with the Call#call_async method.

See Also:

Defined Under Namespace

Modules: Call, Errors, Ext Classes: Job