summaryrefslogtreecommitdiff
path: root/lib/drb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/drb')
-rw-r--r--lib/drb/drb.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/drb/drb.rb b/lib/drb/drb.rb
index 1d3c413e0c..8e03cdcde1 100644
--- a/lib/drb/drb.rb
+++ b/lib/drb/drb.rb
@@ -1453,6 +1453,10 @@ module DRb
end
private
+
+ ##
+ # Starts the DRb main loop in a new thread.
+
def run
Thread.start do
begin