Flowdock
run() private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/drb/drb.rb, line 1420
    def run
      Thread.start do
        begin
          while true
            main_loop
          end
        ensure
          @protocol.close if @protocol
        end
      end
    end
Register or log in to add new notes.