MCPcopy Create free account
hub / github.com/citp/BlockSci / waitForComplete

Method waitForComplete

tools/parser/block_processor.cpp:815–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813 }
814
815 void waitForComplete() {
816 for (auto &future : futures) {
817 future.get();
818 }
819
820 // free all RawTransaction memory slots
821 finishedQueue.consume_all([](RawTransaction *tx) {
822 delete tx;
823 });
824 }
825};
826
827NewBlocksFiles::NewBlocksFiles(const ParserConfigurationBase &config) :

Callers 1

addNewBlocksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected