IRPCServer.tick

Undocumented in source.
interface IRPCServer(TId, TRequest, TResponse)
@safe
void
tick
()
if (
is(TRequest : IRPCRequest!TId) &&
is(TResponse : IRPCResponse)
)

Meta