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

Method Pool

util/thread/pool.h:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 inline ~TThreadFactoryHolder() = default;
44
45 inline IThreadFactory* Pool() const noexcept {
46 return Pool_;
47 }
48
49private:
50 IThreadFactory* Pool_;

Calls

no outgoing calls