MCPcopy Create free account
hub / github.com/catboost/catboost / ~TThreadPoolBinder

Method ~TThreadPoolBinder

util/thread/pool.h:366–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364 }
365
366 ~TThreadPoolBinder() override {
367 try {
368 this->Stop();
369 } catch (...) {
370 // ¯\_(ツ)_/¯
371 }
372 }
373
374 void* CreateThreadSpecificResource() override {
375 return Slave_->CreateThreadSpecificResource();

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected