Class: ActiveSupport::Executor
| Relationships & Source Files | |
| Namespace Children | |
|
Modules:
| |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
|
|
|
Instance Chain:
self,
ExecutionWrapper,
Callbacks
|
|
| Inherits: |
ActiveSupport::ExecutionWrapper
|
| Defined in: | activesupport/lib/active_support/executor.rb |
Constant Summary
Class Attribute Summary
ExecutionWrapper - Inherited
Class Method Summary
ExecutionWrapper - Inherited
| .register_hook | Register an object to be invoked during both the |
| .run! | Run this execution. |
| .to_complete, .to_run, | |
| .wrap | Perform the work in the supplied block as an execution. |
| .active_key, .error_reporter, .perform | |
DescendantsTracker - Inherited
Instance Attribute Summary
ExecutionWrapper - Inherited
Instance Method Summary
ExecutionWrapper - Inherited
| #complete! | Complete this in-flight execution. |
| #hook_state, #complete, #run, #run! | |
Callbacks - Included
| #run_callbacks | Runs the callbacks for the given event. |
| #halted_callback_hook | A hook invoked every time a before callback is halted. |