= private = protected
thread()
Get the thread of the primary server.
This returns nil if there is no primary server. See #primary_server.
# File lib/drb/drb.rb, line 1810 def thread @primary_server ? @primary_server.thread : nil end