trpc ~master (2021-08-25T05:24:34Z)
Dub
Repo
thrdRPCTcpSrvTemplate
trpc
server
simple standard Thread RPC server
mixin template
thrdRPCTcpSrvTemplate (
alias
C
alias
CtorCall
) {
import
std
.
socket
:
Socket
,
SocketSet
,
SocketException
;
;
import
std
.
socket
:
Socket
,
SocketSet
,
SocketException
;
;
import
std
.
socket
:
Socket
,
SocketSet
,
SocketException
;
;
import
std
.
experimental
.
logger
:
log
,
LogLevel
;
;
import
std
.
experimental
.
logger
:
log
,
LogLevel
;
;
void
thrdRPCTCPSrv
(TcpHdl* tcphdl);
}
Members
Functions
thrdRPCTCPSrv
void
thrdRPCTCPSrv
(TcpHdl* tcphdl)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
trpc
server
classes
ImplRpcSrvOfIf
functions
thrdRPCSrvProcess
thrdRPCSrvProcessNoneBlock
mixin templates
thrdRPCSrvThreadTemplate
thrdRPCTcpSrvTemplate
structs
TcpHdl
simple standard Thread RPC server