method
run
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
run()
private
Hide source
# 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