123456789_123456789_123456789_123456789_123456789_

Class: ActiveSupport::Executor

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: ActiveSupport::ExecutionWrapper
Defined in: activesupport/lib/active_support/executor.rb

Constant Summary

Callbacks - Included

CALLBACK_FILTER_TYPES

Class Attribute Summary

Class Method Summary

ExecutionWrapper - Inherited

.register_hook

Register an object to be invoked during both the run and complete steps.

.run!

Run this execution.

.to_complete, .to_run,
.wrap

Perform the work in the supplied block as an execution.

DescendantsTracker - Inherited

descendants

See additional method definition at line 104.

subclasses

See additional method definition at line 100.

Instance Attribute Summary

Instance Method Summary

ExecutionWrapper - Inherited

#complete!

Complete this in-flight execution.

Callbacks - Included

#run_callbacks

Runs the callbacks for the given event.