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

Method run

tools/parser/block_processor.cpp:807–813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805 }
806
807 void run() {
808 for (auto &step : steps) {
809 futures.push_back(std::async(std::launch::async, [&]() {
810 step.run();
811 }));
812 }
813 }
814
815 void waitForComplete() {
816 for (auto &future : futures) {

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected