Method: Statsig::SpecStore#shutdown
- Defined in:
- lib/spec_store.rb
#shutdown ⇒ Object
94 95 96 97 98 99 100 101 102 |
# File 'lib/spec_store.rb', line 94 def shutdown @config_sync_thread&.exit @id_lists_sync_thread&.exit @id_list_thread_pool.shutdown @id_list_thread_pool.wait_for_termination(timeout = 3) unless @options.data_store.nil? @options.data_store.shutdown end end |