Method: Server::InstanceMethods#stop
- Defined in:
- lib/server/instance_methods.rb
#stop ⇒ Object
104 105 106 107 |
# File 'lib/server/instance_methods.rb', line 104 def stop boss_group&.shutdownGracefully() worker_group&.shutdownGracefully() end |