Method: Hyperstack::Internal::State::Mapper.update_exclusions
- Defined in:
- lib/hyperstack/internal/state/mapper.rb
.update_exclusions ⇒ Object
We avoid keeping empty lists of observers on the exclusion lists by not adding an object hash key unless the object already has pending state changes. (See the schedule_delayed_updater method below)
183 184 185 |
# File 'lib/hyperstack/internal/state/mapper.rb', line 183 def update_exclusions @update_exclusions ||= Hash.new end |