Class: Concurrent::Promises::InnerPromise Abstract
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Subclasses: 
          AbstractAnyPromise, AbstractFlatPromise, AnyFulfilledFuturePromise, AnyResolvedEventPromise, AnyResolvedFuturePromise, BlockedPromise, BlockedTaskPromise, ChainPromise, DelayPromise, EventWrapperPromise, FlatEventPromise, FlatFuturePromise, FutureWrapperPromise, ImmediateEventPromise, ImmediateFuturePromise, RescuePromise, RunFuturePromise, ScheduledPromise, ThenPromise, ZipEventEventPromise, ZipEventsPromise, ZipFutureEventPromise, ZipFuturesPromise
         | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: | |
| Instance Chain: | |
| Inherits: | Concurrent::Promises::AbstractPromise 
 | 
| Defined in: | lib/concurrent-ruby/concurrent/promises.rb | 
Overview
  This class is abstract.
  
  Constant Summary
InternalStates - Included
  
Class Attribute Summary
Synchronization::Object - Inherited
Class Method Summary
AbstractPromise - Inherited
Synchronization::Object - Inherited
| .atomic_attribute?, .atomic_attributes, | |
| .attr_atomic | Creates methods for reading and writing to a instance variable with volatile (Java) semantic as  | 
| .attr_volatile | Creates methods for reading and writing (as  | 
| .ensure_safe_initialization_when_final_fields_are_present | For testing purposes, quite slow. | 
| .new | Has to be called by children. | 
| .safe_initialization!, .define_initialize_atomic_fields | |
Synchronization::AbstractObject - Inherited
Instance Method Summary
AbstractPromise - Inherited
| #default_executor, #delayed_because, | |
| #event | Alias for AbstractPromise#future. | 
| #future, | |
| #inspect | Alias for AbstractPromise#to_s. | 
| #state, #to_s, #touch, #evaluate_to, #resolve_with | |
Synchronization::Object - Inherited
Synchronization::Volatile - Included
Synchronization::AbstractObject - Inherited
Constructor Details
This class inherits a constructor from Concurrent::Promises::AbstractPromise