trpc ~master (2021-08-25T05:24:34Z)
Dub
Repo
ThrdRPClient
trpc
client
Thread RPC client
class
ThrdRPClient : ImplIfToRpc!(I, T)(
I
int
T
) {
import
std
.
concurrency
:
Tid
,
send
,
receiveTimeout
;
;
import
std
.
concurrency
:
Tid
,
send
,
receiveTimeout
;
;
import
std
.
concurrency
:
Tid
,
send
,
receiveTimeout
;
;
import
core
.
thread
:
msecs
;
;
this
(Tid srvThrdId);
string
rpcRequest
(string req, int timeout);
}
Constructors
this
this
(Tid srvThrdId)
Members
Functions
rpcRequest
string
rpcRequest
(string req, int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
trpc
client
classes
ImplIfToRpc
ThrdRPCTcpClient
ThrdRPClient
functions
_mixinSingleFunc
getJsonRPCID
mixinFuncStr
static variables
_rpc_id
Thread RPC client