method

stop

v1_8_6_287 - Show latest stable - Class: GServer
stop()
public

No documentation available.

# File lib/gserver.rb, line 107
  def stop
    @connectionsMutex.synchronize  {
      if @tcpServerThread
        @tcpServerThread.raise "stop"
      end
    }
  end