rpc v1.1.0 (2018-09-06T18:10:46Z)
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.