| 124 | |
| 125 | public: |
| 126 | TMultiClient() |
| 127 | : Interrupt_(false) |
| 128 | , NearDeadline_(TInstant::Max().GetValue()) |
| 129 | , E_(::TSystemEvent::rAuto) |
| 130 | , Shutdown_(false) |
| 131 | { |
| 132 | } |
| 133 | |
| 134 | struct TResetRequest { |
| 135 | inline void operator()(TRequestSupervisor& rs) const noexcept { |