RemoteAPI.this

Create an instante of a client

This connects to an already instantiated node. In order to instantiate a node, see the static spawn function.

class RemoteAPI(API, alias S = VibeJSONSerializer!())
@safe @nogc pure nothrow
this
(
C.Tid tid
,
Duration timeout = Duration.init
)

Parameters

tid C.Tid

geod24.concurrency.Tid of the node. This can usually be obtained by geod24.concurrency.locate.

timeout Duration

any timeout to use

Meta