MCPcopy Create free account
hub / github.com/cryptonomex/graphene / ~BlockChain

Method ~BlockChain

programs/full_web_node/BlockChain.cpp:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43{}
44
45BlockChain::~BlockChain() {
46 startFuture.cancel_and_wait(__FUNCTION__);
47 chainThread->async([this] {
48 grapheneApp->shutdown_plugins();
49 delete grapheneApp;
50 }).wait();
51 delete chainThread;
52}
53
54void BlockChain::start()
55{

Callers

nothing calls this directly

Calls 1

shutdown_pluginsMethod · 0.80

Tested by

no test coverage detected