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

Method ~TransactionQueue

src/cpp-ethereum/libethereum/TransactionQueue.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49TransactionQueue::~TransactionQueue()
50{
51 DEV_GUARDED(x_queue)
52 m_aborting = true;
53 m_queueReady.notify_all();
54 for (auto& i: m_verifiers)
55 i.join();
56}
57
58ImportResult TransactionQueue::import(bytesConstRef _transactionRLP, IfDropped _ik)
59{

Callers

nothing calls this directly

Calls 2

DEV_GUARDEDFunction · 0.70
joinMethod · 0.45

Tested by

no test coverage detected