RemoteAPI.this

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.

  1. this(CtorParams args)
    class RemoteAPI(API, Implementation : API)
    this
    (
    CtorParams...
    )
    (
    CtorParams args
    )
  2. this(Tid tid)

Parameters

args CtorParams

Arguments to the object's constructor

Meta