pgator ~remove_unused_code (2022-05-02T12:42:33.5121572)
Dub
Repo
RpcClient
client
client
Undocumented in source.
class
RpcClient (
T
...
) {
this
(string host, string connString, string jsonRpcTable, uint serverPid);
void
finalize
();
void
runTests
();
}
Constructors
this
this
(string host, string connString, string jsonRpcTable, uint serverPid)
Undocumented in source.
Members
Functions
finalize
void
finalize
()
Undocumented in source. Be warned that the author may not have intended to support it.
runTests
void
runTests
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
client
client
classes
RpcClient