| 1796 | } |
| 1797 | |
| 1798 | void Statestore::MainLoop() { |
| 1799 | subscriber_topic_update_threadpool_.Join(); |
| 1800 | subscriber_priority_topic_update_threadpool_.Join(); |
| 1801 | subscriber_heartbeat_threadpool_.Join(); |
| 1802 | } |
| 1803 | |
| 1804 | void Statestore::ShutdownForTesting() { |
| 1805 | CHECK(TestInfo::is_be_test()) << "Only valid to call in backend tests."; |