Class: ActiveSupport::Executor
Relationships & Source Files | |
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
Callbacks
- Included
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. |
DescendantsTracker
- Inherited
clear, descendants, direct_descendants, | |
store_inherited | This is the only method that is not thread safe, but is only ever called during the eager loading phase. |
Instance Attribute Summary
ExecutionWrapper
- Inherited
Instance Method Summary
ExecutionWrapper
- Inherited
#complete! | Complete this in-flight execution. |
Callbacks
- Included
#run_callbacks | Runs the callbacks for the given event. |