= private = protected
run()
Starts the DRb main loop in a new thread.
# File lib/drb/drb.rb, line 1502 def run Thread.start do begin while main_loop end ensure @protocol.close if @protocol end end end