MCPcopy Create free account
hub / github.com/catboost/catboost / TBreakRequest

Class TBreakRequest

library/cpp/netliba/v6/udp_http.cpp:266–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 }
265 };
266 struct TBreakRequest {
267 TGUID ReqGuid;
268
269 TBreakRequest() = default;
270 TBreakRequest(const TGUID& reqguid)
271 : ReqGuid(reqguid)
272 {
273 }
274 };
275
276 TThread myThread;
277 bool KeepRunning, AbortTransactions;

Callers 1

BreakRequestMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected