| 33 | } |
| 34 | |
| 35 | inline TInstant Deadline() const noexcept { |
| 36 | return Request_.Deadline; |
| 37 | } |
| 38 | |
| 39 | //not thread safe (can be called at some time from TMultiClient::Request() and TRequestSupervisor::OnNotify()) |
| 40 | void OnMakeRequest(THandleRef h) noexcept { |
no outgoing calls
no test coverage detected