This is usually called from the main thread, which will start all the
nodes and then start to process request.
In order to have a connected network, no nodes in any thread should have
a different reference to the same node.
In practice, this means there should only be one Tid per Hash.
When this class is finalized, the child thread will be shut down.
Instantiate a node node and start it
This is usually called from the main thread, which will start all the nodes and then start to process request. In order to have a connected network, no nodes in any thread should have a different reference to the same node. In practice, this means there should only be one Tid per Hash.
When this class is finalized, the child thread will be shut down.