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

#configureObject



23
24
25
# File 'lib/smith/agent/registry/mutation_boundary.rb', line 23

def configure(...)
  registry_monitor.synchronize { super }
end

#decorateObject



11
12
13
# File 'lib/smith/agent/registry/mutation_boundary.rb', line 11

def decorate(...)
  registry_monitor.synchronize { super }
end

#importObject



19
20
21
# File 'lib/smith/agent/registry/mutation_boundary.rb', line 19

def import(...)
  registry_monitor.synchronize { super }
end

#mergeObject



7
8
9
# File 'lib/smith/agent/registry/mutation_boundary.rb', line 7

def merge(...)
  registry_monitor.synchronize { super }
end

#namespaceObject



15
16
17
# File 'lib/smith/agent/registry/mutation_boundary.rb', line 15

def namespace(...)
  registry_monitor.synchronize { super }
end