Module: Smith::Agent::Registry::MutationBoundary
- Included in:
- Smith::Agent::Registry
- Defined in:
- lib/smith/agent/registry/mutation_boundary.rb
Instance Method Summary collapse
Instance Method Details
#configure ⇒ Object
23 24 25 |
# File 'lib/smith/agent/registry/mutation_boundary.rb', line 23 def configure(...) registry_monitor.synchronize { super } end |
#decorate ⇒ Object
11 12 13 |
# File 'lib/smith/agent/registry/mutation_boundary.rb', line 11 def decorate(...) registry_monitor.synchronize { super } end |
#import ⇒ Object
19 20 21 |
# File 'lib/smith/agent/registry/mutation_boundary.rb', line 19 def import(...) registry_monitor.synchronize { super } end |
#merge ⇒ Object
7 8 9 |
# File 'lib/smith/agent/registry/mutation_boundary.rb', line 7 def merge(...) registry_monitor.synchronize { super } end |
#namespace ⇒ Object
15 16 17 |
# File 'lib/smith/agent/registry/mutation_boundary.rb', line 15 def namespace(...) registry_monitor.synchronize { super } end |