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