RemoteAPI.this

Create a reference to an already existing Tid

This overload should be used by non-main Threads to get a reference to an already instantiated Node.

  1. this(CtorParams args)
  2. this(Tid tid)
    class RemoteAPI(API, Implementation : API)
    @safe @nogc pure nothrow
    this
    (
    Tid tid
    )

Meta