rpcserver

Undocumented in source.

Members

Classes

ImplRpcSrvOfIf
class ImplRpcSrvOfIf(C)

Functions

thrdRPCSrvProcess
void thrdRPCSrvProcess(ImplRpcSrvOfIf!C srvcls)

Thread-RPC method excute and responce deals

thrdRPCSrvProcessNoneBlock
void thrdRPCSrvProcessNoneBlock(ImplRpcSrvOfIf!C srvcls, int timeout_ms)

Thread-RPC method excute and responce deals - None-block

Mixin templates

thrdRPCSrvThreadTemplate
mixintemplate thrdRPCSrvThreadTemplate(alias C, alias CtorCall)

simple standard Thread RPC server

thrdRPCTcpSrvTemplate
mixintemplate thrdRPCTcpSrvTemplate(alias C, alias CtorCall)

simple standard Thread RPC server

Structs

TcpHdl
struct TcpHdl

TCP handler for RPC server

Meta