Module | SyncHash::Inheritor |
In: |
lib/more/facets/synchash.rb
|
# File lib/more/facets/synchash.rb, line 91 def []=(key, value) @sync.synchronize(::Sync::EX) { super } end
# File lib/more/facets/synchash.rb, line 95 def delete(key) @sync.synchronize(::Sync::EX) { super } end