IRPCClient.tick

Tell to process the input stream once.

interface IRPCClient(TId, TRequest, TResponse)
@safe
void
tick
()
if (
is(TRequest : IRPCRequest!TId) &&
is(TResponse : IRPCResponse)
)

Meta