Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Add
Method
Add
util/thread/pool_ut.cpp:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
class TFailAddQueue: public IThreadPool {
76
public:
77
bool Add(IObjectInQueue* /*obj*/) override Y_WARN_UNUSED_RESULT {
78
return false;
79
}
80
81
void Start(size_t, size_t) override {
82
}
Callers
1
TestAnyQueue
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestAnyQueue
Method · 0.36