MCPcopy 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

75class TFailAddQueue: public IThreadPool {
76public:
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

TestAnyQueueMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestAnyQueueMethod · 0.36