3 references to Running
rzc (3)
DefaultRequestDispatcher.cs (3)
56
_state = State.
Running
;
71
while (_connections.Count > 0 || _state == State.
Running
);
186
var accept = _state == State.
Running
;