Method: OpenC3::TcpipServerInterface#graceful_kill
- Defined in:
- lib/openc3/interfaces/tcpip_server_interface.rb
#graceful_kill ⇒ Object
Gracefully kill all the threads
221 222 223 |
# File 'lib/openc3/interfaces/tcpip_server_interface.rb', line 221 def graceful_kill # This method is just here to prevent warnings end |