Method: OpenC3::ThreadManager#join

Defined in:
lib/openc3/utilities/thread_manager.rb

#joinObject



77
78
79
80
81
# File 'lib/openc3/utilities/thread_manager.rb', line 77

def join
  @threads.each do |thread, _, _|
    thread.join
  end
end