method

run

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

No documentation available.

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