Method: UU::RemoteHelper#enable

Defined in:
lib/drb/http0helper.rb

#enableObject



35
36
37
38
39
40
41
# File 'lib/drb/http0helper.rb', line 35

def enable
  @mutex.synchronize do
    @count -= 1
    break unless @count <= 0
    GC.enable
  end
end