rpc ~master (2019-04-11T21:28:52Z)
Dub
Repo
IRpcClient.tick
rpc
core
IRpcClient
Tell to process the input stream once.
interface
IRpcClient
(TId, TRequest, TResponse)
@
safe
void
tick
(
)
if
(
is
(
TRequest
:
IRpcRequest
!
TId
) &&
is
(
TResponse
:
IRpcResponse
)
)
Meta
Source
See Implementation
rpc
core
IRpcClient
functions
connect
sendRequestAndWait
tick
properties
connected
Tell to process the input stream once.