method

join

v1_9_2_180 - Show latest stable - Class: GServer
join()
public

No documentation available.

# File lib/gserver.rb, line 127
  def join
    @tcpServerThread.join if @tcpServerThread
  end