method

run

v1_8_7_72 - Show latest stable - Class: DRb::DRbServer
run()
private

No documentation available.

# File lib/drb/drb.rb, line 1433
    def run
      Thread.start do
        begin
          while true
            main_loop
          end
        ensure
          @protocol.close if @protocol
          kill_sub_thread
        end
      end
    end