Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TBreakRequest
Class
TBreakRequest
library/cpp/netliba/v12/udp_http.cpp:284–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
};
284
struct TBreakRequest {
285
TGUID ReqGuid;
286
287
TBreakRequest() {
288
}
289
TBreakRequest(const TGUID& reqguid)
290
: ReqGuid(reqguid)
291
{
292
}
293
};
294
295
TThread UdpHttpThread;
296
TAtomic KeepRunning, AbortTransactions;
Callers
1
BreakRequest
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected