Method: Server::InstanceMethods#stop

Defined in:
lib/server/instance_methods.rb

#stopObject



104
105
106
107
# File 'lib/server/instance_methods.rb', line 104

def stop
  boss_group&.shutdownGracefully()
  worker_group&.shutdownGracefully()
end