MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / Stop

Method Stop

src/index/base.cpp:271–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void BaseIndex::Stop()
272{
273 UnregisterValidationInterface(this);
274
275 if (m_thread_sync.joinable()) {
276 m_thread_sync.join();
277 }
278}

Callers 1

BOOST_FIXTURE_TEST_CASEFunction · 0.45

Calls 2

joinMethod · 0.80

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.36