Method: OpenC3::MultiMicroservice#shutdown
- Defined in:
- lib/openc3/microservices/multi_microservice.rb
#shutdown ⇒ Object
51 52 53 54 55 56 57 58 |
# File 'lib/openc3/microservices/multi_microservice.rb', line 51 def shutdown super() if @threads @threads.each do |thread| thread.join end end end |