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

Method ~simulated_network

libraries/net/node.cpp:5227–5234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5225 };
5226
5227 simulated_network::~simulated_network()
5228 {
5229 for( node_info* network_node_info : network_nodes )
5230 {
5231 network_node_info->message_sender_task_done.cancel_and_wait("~simulated_network()");
5232 delete network_node_info;
5233 }
5234 }
5235
5236 void simulated_network::message_sender(node_info* destination_node)
5237 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected