MCPcopy Create free account
hub / github.com/LUX-Core/lux / stop

Method stop

src/cpp-ethereum/libethereum/BlockQueue.cpp:63–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void BlockQueue::stop()
64{
65 DEV_GUARDED(m_verification)
66 m_deleting = true;
67
68 m_moreToVerify.notify_all();
69 for (auto& i: m_verifiers)
70 i.join();
71 m_verifiers.clear();
72}
73
74void BlockQueue::clear()
75{

Callers 1

cancelGenerationMethod · 0.45

Calls 3

DEV_GUARDEDFunction · 0.70
joinMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected